| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | StmtOpenMP.h | 38 SourceLocation StartLoc; variable 68 SourceLocation StartLoc, SourceLocation EndLoc, in OMPExecutableDirective() 225 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelDirective() 645 OMPSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSimdDirective() 710 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForDirective() 774 OMPForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForSimdDirective() 838 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSectionsDirective() 892 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionDirective() 942 OMPSingleDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSingleDirective() 996 OMPMasterDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPMasterDirective() [all …]
|
| HD | OpenMPClause.h | 34 SourceLocation StartLoc; variable 41 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) in OMPClause() 106 OMPVarListClause(OpenMPClauseKind K, SourceLocation StartLoc, in OMPVarListClause() 173 OMPIfClause(Expr *Cond, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPIfClause() 226 OMPFinalClause(Expr *Cond, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPFinalClause() 280 OMPNumThreadsClause(Expr *NumThreads, SourceLocation StartLoc, in OMPNumThreadsClause() 336 OMPSafelenClause(Expr *Len, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPSafelenClause() 392 OMPCollapseClause(Expr *Num, SourceLocation StartLoc, in OMPCollapseClause() 457 SourceLocation StartLoc, SourceLocation LParenLoc, in OMPDefaultClause() 528 SourceLocation StartLoc, SourceLocation LParenLoc, in OMPProcBindClause() [all …]
|
| HD | Decl.h | 1340 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl() 1641 FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in FunctionDecl() 2303 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FieldDecl() 2583 SourceLocation StartLoc, SourceLocation IdLoc, in TypedefNameDecl() 2649 TypedefDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in TypedefDecl() 2672 TypeAliasDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in TypeAliasDecl() 3021 EnumDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in EnumDecl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 1392 SourceLocation StartLoc) { in CheckNestingOfRegions() 1990 Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) { in ActOnOpenMPExecutableDirective() 2161 SourceLocation StartLoc, in ActOnOpenMPParallelDirective() 3482 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, in ActOnOpenMPSimdDirective() 3512 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, in ActOnOpenMPForDirective() 3532 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, in ActOnOpenMPForSimdDirective() 3563 SourceLocation StartLoc, in ActOnOpenMPSectionsDirective() 3595 SourceLocation StartLoc, in ActOnOpenMPSectionDirective() 3606 SourceLocation StartLoc, in ActOnOpenMPSingleDirective() 3633 SourceLocation StartLoc, in ActOnOpenMPMasterDirective() [all …]
|
| HD | TreeTransform.h | 1248 SourceLocation StartLoc, SourceLocation EndLoc) { in RebuildDeclStmt() 1347 Stmt *AStmt, SourceLocation StartLoc, in RebuildOMPExecutableDirective() 1358 SourceLocation StartLoc, in RebuildOMPIfClause() 1369 OMPClause *RebuildOMPFinalClause(Expr *Condition, SourceLocation StartLoc, in RebuildOMPFinalClause() 1381 SourceLocation StartLoc, in RebuildOMPNumThreadsClause() 1392 OMPClause *RebuildOMPSafelenClause(Expr *Len, SourceLocation StartLoc, in RebuildOMPSafelenClause() 1402 OMPClause *RebuildOMPCollapseClause(Expr *Num, SourceLocation StartLoc, in RebuildOMPCollapseClause() 1415 SourceLocation StartLoc, in RebuildOMPDefaultClause() 1428 SourceLocation StartLoc, in RebuildOMPProcBindClause() 1441 SourceLocation StartLoc, in RebuildOMPScheduleClause() [all …]
|
| HD | SemaLambda.cpp | 1134 void Sema::ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope, in ActOnLambdaError() 1472 ExprResult Sema::ActOnLambdaExpr(SourceLocation StartLoc, Stmt *Body, in ActOnLambdaExpr() 1495 ExprResult Sema::BuildLambdaExpr(SourceLocation StartLoc, SourceLocation EndLoc, in BuildLambdaExpr()
|
| HD | SemaExprCXX.cpp | 1157 Sema::ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXNew() 1269 SourceLocation StartLoc = Range.getBegin(); in BuildCXXNew() local 1714 bool Sema::FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range, in FindAllocationFunctions() 1950 bool Sema::FindAllocationOverload(SourceLocation StartLoc, SourceRange Range, in FindAllocationOverload() 2222 FunctionDecl *Sema::FindUsualDeallocationFunction(SourceLocation StartLoc, in FindUsualDeallocationFunction() 2264 bool Sema::FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, in FindDeallocationFunction() 2602 Sema::ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXDelete()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Stmt.cpp | 1193 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 1228 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 1280 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() 1304 SourceLocation StartLoc, in Create() 1344 OMPLinearClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 1379 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 1423 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() 1469 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() 1544 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create() 1570 SourceLocation StartLoc, in Create() [all …]
|
| HD | DeclTemplate.cpp | 542 SourceLocation StartLoc, in NonTypeTemplateParmDecl() 565 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 575 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 728 DeclContext *DC, SourceLocation StartLoc, in ClassTemplateSpecializationDecl() 752 SourceLocation StartLoc, in Create() 841 SourceLocation StartLoc, in ClassTemplatePartialSpecializationDecl() 863 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 1090 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl() 1107 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in Create() 1153 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplatePartialSpecializationDecl() [all …]
|
| HD | DeclCXX.cpp | 87 DeclContext *DC, SourceLocation StartLoc, in CXXRecordDecl() 96 DeclContext *DC, SourceLocation StartLoc, in Create() 1468 SourceLocation StartLoc, in Create() 1751 SourceLocation StartLoc, in Create() 1904 SourceLocation StartLoc, in Create() 1936 SourceLocation StartLoc, in Create() 2002 SourceLocation StartLoc, SourceLocation IdLoc, in NamespaceDecl() 2014 bool Inline, SourceLocation StartLoc, in Create()
|
| HD | Decl.cpp | 1769 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl() 2277 SourceLocation StartLoc, in Create() 3320 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 3504 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 3579 DeclContext *DC, SourceLocation StartLoc, in RecordDecl() 3592 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 3864 SourceLocation StartLoc, in Create() 3943 SourceLocation StartLoc, SourceLocation IdLoc, in Create() 3971 SourceLocation StartLoc, in Create() 4038 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl() [all …]
|
| /NextBSD/contrib/llvm/lib/Target/SystemZ/AsmParser/ |
| HD | SystemZAsmParser.cpp | 69 SMLoc StartLoc, EndLoc; member in __anoncc88d8cd0111::SystemZOperand 135 static std::unique_ptr<SystemZOperand> createInvalid(SMLoc StartLoc, in createInvalid() 146 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { in createReg() 153 createAccessReg(unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { in createAccessReg() 159 createImm(const MCExpr *Expr, SMLoc StartLoc, SMLoc EndLoc) { in createImm() 167 SMLoc StartLoc, SMLoc EndLoc) { in createMem() 179 SMLoc StartLoc, SMLoc EndLoc) { in createImmTLS() 363 SMLoc StartLoc, EndLoc; member 638 SMLoc StartLoc = Parser.getTok().getLoc(); in parseAddress() local 683 bool SystemZAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseDeclCXX.cpp | 761 SourceLocation StartLoc = Tok.getLocation(); in ParseDecltypeSpecifier() local 862 SourceLocation StartLoc, in AnnotateExistingDecltypeSpecifier() 884 SourceLocation StartLoc = ConsumeToken(); in ParseUnderlyingTypeSpecifier() local 1192 SourceLocation StartLoc, DeclSpec &DS, in ParseClassSpecifier() 1827 SourceLocation StartLoc = Tok.getLocation(); in ParseBaseSpecifier() local 3763 SourceLocation StartLoc = Tok.getLocation(), Loc; in ParseCXX11Attributes() local 3776 SourceLocation StartLoc = Tok.getLocation(); in DiagnoseAndSkipCXX11Attributes() local
|
| HD | ParseInit.cpp | 205 SourceLocation StartLoc = T.getOpenLocation(); in ParseInitializerWithPotentialDesignator() local
|
| HD | ParseDecl.cpp | 629 SourceLocation StartLoc = Tok.getLocation(); in DiagnoseAndSkipExtendedMicrosoftTypeAttributes() local 3431 SourceLocation StartLoc = Tok.getLocation(); in ParseDeclarationSpecifiers() local 3710 void Parser::ParseEnumSpecifier(SourceLocation StartLoc, DeclSpec &DS, in ParseEnumSpecifier() 4063 void Parser::ParseEnumBody(SourceLocation StartLoc, Decl *EnumDecl) { in ParseEnumBody() 5480 SourceLocation StartLoc, LocalEndLoc, EndLoc; in ParseFunctionDeclarator() local 6136 SourceLocation StartLoc = ConsumeToken(); in ParseTypeofSpecifier() local 6202 SourceLocation StartLoc = ConsumeToken(); in ParseAtomicSpecifier() local
|
| HD | Parser.cpp | 203 SourceLocation StartLoc = Tok.getLocation(); in ConsumeExtraSemi() local 693 SourceLocation StartLoc = Tok.getLocation(); in ParseExternalDeclaration() local
|
| /NextBSD/contrib/llvm/lib/Target/Sparc/AsmParser/ |
| HD | SparcAsmParser.cpp | 165 SMLoc StartLoc, EndLoc; member in __anoncd81a7410111::SparcOperand 495 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) in ParseRegister()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Rewrite/ |
| HD | HTMLRewrite.cpp | 277 SourceLocation StartLoc = R.getSourceMgr().getLocForStartOfFile(FID); in AddHeaderFooterInternalBuiltinCSS() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Lex/ |
| HD | PPMacroExpansion.cpp | 1590 SourceLocation StartLoc = Tok.getLocation(); in ExpandBuiltinMacro() local 1671 SourceLocation StartLoc = Tok.getLocation(); in ExpandBuiltinMacro() local
|
| HD | TokenLexer.cpp | 533 SourceLocation StartLoc = Tok.getLocation(); in PasteTokens() local
|
| HD | PPLexerChange.cpp | 482 SourceLocation StartLoc in HandleEndOfFile() local
|
| /NextBSD/contrib/llvm/lib/TableGen/ |
| HD | TGParser.cpp | 615 SMLoc StartLoc = Lex.getLoc(); in ParseOptionalRangeList() local 637 SMLoc StartLoc = Lex.getLoc(); in ParseOptionalBitList() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CoverageMappingGen.cpp | 403 SourceLocation StartLoc = Region.getStartLoc(); in popRegions() local 540 SourceLocation StartLoc = getStart(S); in extendRegion() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | PrintPreprocessedOutput.cpp | 639 SourceLocation StartLoc = Tok.getLocation(); in PrintPreprocessedTokens() local
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/AsmParser/ |
| HD | AMDGPUAsmParser.cpp | 51 SMLoc StartLoc, EndLoc; member in __anon0f45d00b0111::AMDGPUOperand 463 bool AMDGPUAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister()
|