Home
last modified time | relevance | path

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

123

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DSelectorLocationsKind.cpp24 SourceLocation EndLoc) { in getStandardSelLoc()
73 SourceLocation EndLoc) { in hasStandardSelLocs()
100 SourceLocation EndLoc) { in hasStandardSelectorLocs()
108 SourceLocation EndLoc) { in getStandardSelectorLoc()
117 SourceLocation EndLoc) { in hasStandardSelectorLocs()
125 SourceLocation EndLoc) { in getStandardSelectorLoc()
H A DStmt.cpp586 SourceLocation EndLoc = in AnalyzeAsmString() local
620 SourceLocation EndLoc = in AnalyzeAsmString() local
1187 SourceLocation LParenLoc, SourceLocation EndLoc, in Create()
1222 SourceLocation LParenLoc, SourceLocation EndLoc, in Create()
1247 SourceLocation EndLoc, in Create()
1269 SourceLocation EndLoc, in Create()
1292 SourceLocation EndLoc, in Create()
1315 SourceLocation EndLoc, ArrayRef<Expr *> VL, Expr *A) { in Create()
1337 SourceLocation EndLoc, in Create()
1359 SourceLocation EndLoc, in Create()
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h36 SourceLocation EndLoc; variable
41 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) in OMPClause()
107 SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) in OMPVarListClause()
174 SourceLocation EndLoc) in OMPIfClause()
227 SourceLocation EndLoc) in OMPFinalClause()
281 SourceLocation LParenLoc, SourceLocation EndLoc) in OMPNumThreadsClause()
337 SourceLocation EndLoc) in OMPSafelenClause()
393 SourceLocation LParenLoc, SourceLocation EndLoc) in OMPCollapseClause()
458 SourceLocation EndLoc) in OMPDefaultClause()
529 SourceLocation EndLoc) in OMPProcBindClause()
[all …]
H A DStmtOpenMP.h40 SourceLocation EndLoc; 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 …]
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp1702 SourceLocation EndLoc) { in ActOnOpenMPExecutableDirective()
1854 SourceLocation EndLoc) { in ActOnOpenMPParallelDirective()
2948 SourceLocation EndLoc, in ActOnOpenMPSimdDirective()
2968 SourceLocation EndLoc, in ActOnOpenMPForDirective()
2988 SourceLocation EndLoc, in ActOnOpenMPForSimdDirective()
3009 SourceLocation EndLoc) { in ActOnOpenMPSectionsDirective()
3042 SourceLocation EndLoc) { in ActOnOpenMPSectionDirective()
3053 SourceLocation EndLoc) { in ActOnOpenMPSingleDirective()
3063 SourceLocation EndLoc) { in ActOnOpenMPMasterDirective()
3074 SourceLocation EndLoc) { in ActOnOpenMPCriticalDirective()
[all …]
H A DTreeTransform.h1232 SourceLocation StartLoc, SourceLocation EndLoc) { in RebuildDeclStmt()
1263 SourceLocation EndLoc) { in RebuildMSAsmStmt()
1331 SourceLocation EndLoc) { in RebuildOMPExecutableDirective()
1343 SourceLocation EndLoc) { in RebuildOMPIfClause()
1354 SourceLocation EndLoc) { in RebuildOMPFinalClause()
1366 SourceLocation EndLoc) { in RebuildOMPNumThreadsClause()
1377 SourceLocation EndLoc) { in RebuildOMPSafelenClause()
1387 SourceLocation EndLoc) { in RebuildOMPCollapseClause()
1400 SourceLocation EndLoc) { in RebuildOMPDefaultClause()
1413 SourceLocation EndLoc) { in RebuildOMPProcBindClause()
[all …]
H A DSemaLambda.cpp356 SourceLocation EndLoc, in startLambdaDefinition()
864 SourceLocation EndLoc; in ActOnStartOfLambdaDefinition() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp64 SMLoc StartLoc, EndLoc; member in __anon1dd625b10111::SystemZOperand
123 SMLoc EndLoc) { 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()
154 SMLoc EndLoc) { in createMem()
308 SMLoc StartLoc, EndLoc; member
572 SMLoc EndLoc = in parseAddress() local
584 SMLoc &EndLoc) { in ParseRegister()
668 SMLoc EndLoc = in parseOperand() local
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParser.cpp90 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd()); in SuggestParentheses() local
138 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); in ExpectAndConsume() local
184 SourceLocation EndLoc = Tok.getLocation(); in ConsumeExtraSemi() local
671 SourceLocation EndLoc; in ParseExternalDeclaration() local
1251 ExprResult Parser::ParseSimpleAsm(SourceLocation *EndLoc) { in ParseSimpleAsm()
1557 SourceLocation EndLoc = Tok.getLastLoc(); in TryAnnotateTypeOrScopeToken() local
H A DParseDecl.cpp243 SourceLocation *EndLoc, in ParseAttributeWithTypeArg()
271 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseAttributeArgsCommon()
336 SourceLocation *EndLoc, in ParseGNUAttributeArgs()
621 SourceLocation EndLoc = SkipExtendedMicrosoftTypeAttributes(); in DiagnoseAndSkipExtendedMicrosoftTypeAttributes() local
630 SourceLocation EndLoc; in SkipExtendedMicrosoftTypeAttributes() local
1234 SourceLocation *EndLoc, in ParseTypeTagForDatatypeAttribute()
1319 SourceLocation EndLoc = ConsumeBracket(); in DiagnoseProhibitedCXX11Attribute() local
2387 SourceLocation *EndLoc) { in ParseAlignmentSpecifier()
4531 SourceLocation EndLoc; in ParseTypeQualifierListOpt() local
5280 SourceLocation StartLoc, LocalEndLoc, EndLoc; in ParseFunctionDeclarator() local
[all …]
H A DParseDeclCXX.cpp758 SourceLocation EndLoc; in ParseDecltypeSpecifier() local
856 SourceLocation EndLoc) { in AnnotateExistingDecltypeSpecifier()
2848 SourceLocation EndLoc; in ParseCXXMemberSpecification() local
3441 SourceLocation *EndLoc, in ParseCXX11AttributeArgs()
3614 SourceLocation EndLoc = SkipCXX11Attributes(); in DiagnoseAndSkipCXX11Attributes() local
3624 SourceLocation EndLoc; in SkipCXX11Attributes() local
H A DParseObjc.cpp1155 SourceLocation &LAngleLoc, SourceLocation &EndLoc) { in ParseObjCProtocolReferences()
2611 SourceLocation EndLoc = ConsumeToken(); // consume the keyword. in ParseObjCBooleanLiteral() local
2695 SourceLocation EndLoc = ConsumeBracket(); // location of ']' in ParseObjCArrayLiteral() local
2748 SourceLocation EndLoc = ConsumeBrace(); in ParseObjCDictionaryLiteral() local
H A DParseOpenMP.cpp144 SourceLocation Loc = ConsumeToken(), EndLoc; in ParseOpenMPDeclarativeOrExecutableDirective() local
H A DParseExprCXX.cpp257 SourceLocation EndLoc = ParseDecltypeSpecifier(DS); in ParseOptionalCXXScopeSpecifier() local
2497 SourceLocation EndLoc = ParseDecltypeSpecifier(DS); in ParseUnqualifiedId() local
2897 SourceLocation EndLoc = Parens.getCloseLocation(); in ParseTypeTrait() local
H A DParseCXXInlineMethods.cpp631 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseLexedMemberInitializer() 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()
867 SMLoc &EndLoc) in matchSparcAsmModifiers()
/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 DPPMacroExpansion.cpp756 SourceLocation EndLoc = Tok.getLocation(); in ReadFunctionLikeMacroArgs() local
1107 SourceLocation EndLoc; in EvaluateHasIncludeCommon() local
H A DTokenLexer.cpp662 SourceLocation EndLoc = Tokens[CurToken - 1].getLocation(); in PasteTokens() local
H A DPreprocessingRecord.cpp469 SourceLocation EndLoc; in InclusionDirective() local
/minix3/external/bsd/llvm/dist/clang/lib/Rewrite/
H A DHTMLRewrite.cpp278 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart); in AddHeaderFooterInternalBuiltinCSS() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h30 SMLoc StartLoc, EndLoc; member
439 SMLoc EndLoc = SMLoc::getFromPointer(Loc.getPointer() + Str.size()); in CreateToken() local
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp276 SourceLocation EndLoc = Msg->getSelectorLoc(0); in rewriteToPropertyDotSyntax() local
306 SourceLocation EndLoc = RHS->getLocStart(); in rewriteToPropertyDotSyntax() local
559 SourceLocation EndLoc = Setter->getDeclaratorEndLoc(); in rewriteToObjCProperty() local
675 SourceLocation EndLoc = in rewriteToObjCInterfaceDecl() local
819 SourceLocation EndLoc = Enumerator->getLocEnd(); in UseNSOptionsMacro() local
1406 SourceLocation EndLoc = LastFD->getLocEnd(); in AnnotateImplicitBridging() local
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp733 bool AsmParser::parseParenExpr(const MCExpr *&Res, SMLoc &EndLoc) { in parseParenExpr()
748 bool AsmParser::parseBracketExpr(const MCExpr *&Res, SMLoc &EndLoc) { in parseBracketExpr()
764 bool AsmParser::parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc) { in parsePrimaryExpr()
942 SMLoc EndLoc; in parseExpression() local
1010 bool AsmParser::parseExpression(const MCExpr *&Res, SMLoc &EndLoc) { in parseExpression()
1048 bool AsmParser::parseParenExpression(const MCExpr *&Res, SMLoc &EndLoc) { in parseParenExpression()
1146 SMLoc &EndLoc) { in parseBinOpRHS()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h979 SourceLocation EndLoc) { in setConversionFunctionId()
1011 SourceLocation EndLoc) { in setConstructorName()
1034 SourceLocation EndLoc) { in setDestructorName()
1071 SourceLocation EndLoc; member
1898 SourceLocation EndLoc) { in AddTypeInfo()

123