Home
last modified time | relevance | path

Searched defs:StartLoc (Results 1 – 25 of 56) sorted by relevance

123

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h34 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 …]
H A DStmtOpenMP.h38 SourceLocation StartLoc; variable
68 SourceLocation StartLoc, SourceLocation EndLoc, in OMPExecutableDirective()
208 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelDirective()
613 OMPSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSimdDirective()
678 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForDirective()
742 OMPForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForSimdDirective()
806 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSectionsDirective()
860 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionDirective()
910 OMPSingleDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSingleDirective()
964 OMPMasterDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPMasterDirective()
[all …]
H A DDecl.h1259 ParmVarDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in ParmVarDecl()
1557 FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in FunctionDecl()
2211 FieldDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, in FieldDecl()
2491 SourceLocation StartLoc, SourceLocation IdLoc, in TypedefNameDecl()
2550 TypedefDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in TypedefDecl()
2573 TypeAliasDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in TypeAliasDecl()
2922 EnumDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in EnumDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp1189 SourceLocation StartLoc) { in CheckNestingOfRegions()
1701 SourceLocation StartLoc, in ActOnOpenMPExecutableDirective()
1853 SourceLocation StartLoc, in ActOnOpenMPParallelDirective()
2947 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, in ActOnOpenMPSimdDirective()
2967 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, in ActOnOpenMPForDirective()
2987 ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, in ActOnOpenMPForSimdDirective()
3008 SourceLocation StartLoc, in ActOnOpenMPSectionsDirective()
3041 SourceLocation StartLoc, in ActOnOpenMPSectionDirective()
3052 SourceLocation StartLoc, in ActOnOpenMPSingleDirective()
3062 SourceLocation StartLoc, in ActOnOpenMPMasterDirective()
[all …]
H A DTreeTransform.h1232 SourceLocation StartLoc, SourceLocation EndLoc) { in RebuildDeclStmt()
1330 Stmt *AStmt, SourceLocation StartLoc, in RebuildOMPExecutableDirective()
1341 SourceLocation StartLoc, in RebuildOMPIfClause()
1352 OMPClause *RebuildOMPFinalClause(Expr *Condition, SourceLocation StartLoc, in RebuildOMPFinalClause()
1364 SourceLocation StartLoc, in RebuildOMPNumThreadsClause()
1375 OMPClause *RebuildOMPSafelenClause(Expr *Len, SourceLocation StartLoc, in RebuildOMPSafelenClause()
1385 OMPClause *RebuildOMPCollapseClause(Expr *Num, SourceLocation StartLoc, in RebuildOMPCollapseClause()
1398 SourceLocation StartLoc, in RebuildOMPDefaultClause()
1411 SourceLocation StartLoc, in RebuildOMPProcBindClause()
1424 SourceLocation StartLoc, in RebuildOMPScheduleClause()
[all …]
H A DSemaLambda.cpp1138 void Sema::ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope, in ActOnLambdaError()
1378 ExprResult Sema::ActOnLambdaExpr(SourceLocation StartLoc, Stmt *Body, in ActOnLambdaExpr()
H A DSemaExprCXX.cpp1073 Sema::ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXNew()
1185 SourceLocation StartLoc = Range.getBegin(); in BuildCXXNew() local
1629 bool Sema::FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range, in FindAllocationFunctions()
1865 bool Sema::FindAllocationOverload(SourceLocation StartLoc, SourceRange Range, in FindAllocationOverload()
2131 FunctionDecl *Sema::FindUsualDeallocationFunction(SourceLocation StartLoc, in FindUsualDeallocationFunction()
2173 bool Sema::FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, in FindDeallocationFunction()
2255 Sema::ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal, in ActOnCXXDelete()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp64 SMLoc StartLoc, EndLoc; member in __anon1dd625b10111::SystemZOperand
122 static std::unique_ptr<SystemZOperand> createInvalid(SMLoc StartLoc, in createInvalid()
133 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { in createReg()
140 createAccessReg(unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { in createAccessReg()
146 createImm(const MCExpr *Expr, SMLoc StartLoc, SMLoc EndLoc) { in createImm()
153 unsigned Index, const MCExpr *Length, SMLoc StartLoc, in createMem()
308 SMLoc StartLoc, EndLoc; member
547 SMLoc StartLoc = Parser.getTok().getLoc(); in parseAddress() local
583 bool SystemZAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, in ParseRegister()
662 SMLoc StartLoc = Parser.getTok().getLoc(); in parseOperand() local
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp1186 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
1221 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
1245 SourceLocation StartLoc, in Create()
1267 SourceLocation StartLoc, in Create()
1289 SourceLocation StartLoc, in Create()
1313 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create()
1335 SourceLocation StartLoc, in Create()
1357 SourceLocation StartLoc, in Create()
1403 const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, in Create()
1424 SourceLocation StartLoc, in Create()
[all …]
H A DDeclTemplate.cpp515 SourceLocation StartLoc, in NonTypeTemplateParmDecl()
540 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
550 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
691 DeclContext *DC, SourceLocation StartLoc, in ClassTemplateSpecializationDecl()
715 SourceLocation StartLoc, in Create()
804 SourceLocation StartLoc, in ClassTemplatePartialSpecializationDecl()
826 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
1058 Kind DK, ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplateSpecializationDecl()
1075 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in Create()
1121 ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, in VarTemplatePartialSpecializationDecl()
[all …]
H A DDeclCXX.cpp87 DeclContext *DC, SourceLocation StartLoc, in CXXRecordDecl()
96 DeclContext *DC, SourceLocation StartLoc, in Create()
1447 SourceLocation StartLoc, in Create()
1730 SourceLocation StartLoc, in Create()
1879 SourceLocation StartLoc, in Create()
1902 SourceLocation StartLoc, in Create()
1968 SourceLocation StartLoc, SourceLocation IdLoc, in NamespaceDecl()
1980 bool Inline, SourceLocation StartLoc, in Create()
H A DDecl.cpp1711 SourceLocation StartLoc, SourceLocation IdLoc, in VarDecl()
2207 SourceLocation StartLoc, in Create()
3266 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3450 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3525 DeclContext *DC, SourceLocation StartLoc, in RecordDecl()
3538 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3802 SourceLocation StartLoc, in Create()
3881 SourceLocation StartLoc, SourceLocation IdLoc, in Create()
3894 SourceLocation StartLoc, in Create()
3961 ImportDecl::ImportDecl(DeclContext *DC, SourceLocation StartLoc, in ImportDecl()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp757 SourceLocation StartLoc = Tok.getLocation(); in ParseDecltypeSpecifier() local
855 SourceLocation StartLoc, in AnnotateExistingDecltypeSpecifier()
877 SourceLocation StartLoc = ConsumeToken(); in ParseUnderlyingTypeSpecifier() local
1185 SourceLocation StartLoc, DeclSpec &DS, in ParseClassSpecifier()
1807 SourceLocation StartLoc = Tok.getLocation(); in ParseBaseSpecifier() local
3600 SourceLocation StartLoc = Tok.getLocation(), Loc; in ParseCXX11Attributes() local
3613 SourceLocation StartLoc = Tok.getLocation(); in DiagnoseAndSkipCXX11Attributes() local
H A DParseInit.cpp205 SourceLocation StartLoc = T.getOpenLocation(); in ParseInitializerWithPotentialDesignator() local
H A DParseDecl.cpp620 SourceLocation StartLoc = Tok.getLocation(); in DiagnoseAndSkipExtendedMicrosoftTypeAttributes() local
3583 void Parser::ParseEnumSpecifier(SourceLocation StartLoc, DeclSpec &DS, in ParseEnumSpecifier()
3913 void Parser::ParseEnumBody(SourceLocation StartLoc, Decl *EnumDecl) { in ParseEnumBody()
5280 SourceLocation StartLoc, LocalEndLoc, EndLoc; in ParseFunctionDeclarator() local
5927 SourceLocation StartLoc = ConsumeToken(); in ParseTypeofSpecifier() local
5993 SourceLocation StartLoc = ConsumeToken(); in ParseAtomicSpecifier() local
H A DParser.cpp183 SourceLocation StartLoc = Tok.getLocation(); in ConsumeExtraSemi() local
670 SourceLocation StartLoc = Tok.getLocation(); in ParseExternalDeclaration() local
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-mcmarkup/
H A Dllvm-mcmarkup.cpp59 SMLoc StartLoc; member in MarkupTag
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/AsmParser/
H A DAMDGPUAsmParser.cpp153 bool AMDGPUAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp468 SourceLocation StartLoc in HandleEndOfFile() local
H A DPPMacroExpansion.cpp1389 SourceLocation StartLoc = Tok.getLocation(); in ExpandBuiltinMacro() local
1468 SourceLocation StartLoc = Tok.getLocation(); in ExpandBuiltinMacro() local
H A DTokenLexer.cpp526 SourceLocation StartLoc = Tok.getLocation(); in PasteTokens() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp150 SMLoc StartLoc, EndLoc; member in __anonfe0422250111::SparcOperand
426 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) in ParseRegister()
/minix3/external/bsd/llvm/dist/clang/lib/Rewrite/
H A DHTMLRewrite.cpp277 SourceLocation StartLoc = R.getSourceMgr().getLocForStartOfFile(FID); in AddHeaderFooterInternalBuiltinCSS() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h462 DebugLoc StartLoc; in getStartLoc() local
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp630 SourceLocation StartLoc = Tok.getLocation(); in PrintPreprocessedTokens() local

123