Home
last modified time | relevance | path

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

12

/external/clang/lib/Parse/
DParser.cpp112 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd()); in SuggestParentheses() local
187 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); in ExpectAndConsume() local
581 SourceLocation EndLoc; in ParseExternalDeclaration() local
1122 Parser::ExprResult Parser::ParseSimpleAsm(SourceLocation *EndLoc) { in ParseSimpleAsm()
1249 SourceLocation EndLoc = Tok.getLastLoc(); in TryAnnotateTypeOrScopeToken() local
DParseInit.cpp269 SourceLocation EndLoc = MatchRHSPunctuation(tok::r_square, StartLoc); in ParseInitializerWithPotentialDesignator() local
DParseDecl.cpp3140 SourceLocation EndLoc; in ParseTypeQualifierListOpt() local
3636 SourceLocation EndLoc = MatchRHSPunctuation(tok::r_paren, StartLoc); in ParseParenDeclarator() local
3695 SourceLocation EndLoc; in ParseFunctionDeclarator() local
4044 SourceLocation EndLoc = MatchRHSPunctuation(tok::r_square, StartLoc); in ParseBracketDeclarator() local
4060 SourceLocation EndLoc = MatchRHSPunctuation(tok::r_square, StartLoc); in ParseBracketDeclarator() local
4125 SourceLocation EndLoc = MatchRHSPunctuation(tok::r_square, StartLoc); in ParseBracketDeclarator() local
DParseCXXInlineMethods.cpp471 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseLexedMemberInitializer() local
DParseStmt.cpp1558 SourceLocation EndLoc; in FuzzyParseMicrosoftAsmStatement() local
DParseObjc.cpp1033 SourceLocation &LAngleLoc, SourceLocation &EndLoc) { in ParseObjCProtocolReferences()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp541 bool AsmParser::ParseParenExpr(const MCExpr *&Res, SMLoc &EndLoc) { in ParseParenExpr()
555 bool AsmParser::ParseBracketExpr(const MCExpr *&Res, SMLoc &EndLoc) { in ParseBracketExpr()
570 bool AsmParser::ParsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc) { in ParsePrimaryExpr()
689 SMLoc EndLoc; in ParseExpression() local
749 bool AsmParser::ParseExpression(const MCExpr *&Res, SMLoc &EndLoc) { in ParseExpression()
788 bool AsmParser::ParseParenExpression(const MCExpr *&Res, SMLoc &EndLoc) { in ParseParenExpression()
887 SMLoc &EndLoc) { in ParseBinOpRHS()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp472 SourceLocation EndLoc = Tok.getLocation(); in ReadFunctionLikeMacroArgs() local
719 SourceLocation EndLoc; in EvaluateHasIncludeCommon() local
DPreprocessingRecord.cpp158 clang::SourceLocation EndLoc, in InclusionDirective()
/external/clang/include/clang/Lex/
DPPCallbacks.h96 SourceLocation EndLoc, in InclusionDirective()
224 SourceLocation EndLoc, in InclusionDirective()
DMacroInfo.h119 void setDefinitionEndLoc(SourceLocation EndLoc) { EndLocation = EndLoc; } in setDefinitionEndLoc()
/external/clang/lib/Frontend/
DDependencyFile.cpp149 SourceLocation EndLoc, in InclusionDirective()
/external/llvm/lib/Target/MBlaze/AsmParser/
DMBlazeAsmParser.cpp86 SMLoc StartLoc, EndLoc; member
391 SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister()
/external/clang/include/clang/Sema/
DDeclSpec.h887 SourceLocation EndLoc) { in setConversionFunctionId()
919 SourceLocation EndLoc) { in setConstructorName()
942 SourceLocation EndLoc) { in setDestructorName()
978 SourceLocation EndLoc; member
1624 SourceLocation EndLoc) { in AddTypeInfo()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp112 SMLoc StartLoc, EndLoc; member
374 SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister()
/external/clang/lib/Rewrite/
DHTMLRewrite.cpp280 SourceLocation EndLoc = StartLoc.getFileLocWithOffset(FileEnd-FileStart); in AddHeaderFooterInternalBuiltinCSS() local
DRewriteObjC.cpp2143 SourceLocation EndLoc) { in SynthesizeCallToFunctionDecl()
2216 SourceLocation Loc, EndLoc; in RewriteObjCQualifiedInterfaceTypes() local
2740 SourceLocation EndLoc) { in SynthMessageExpr()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp171 SMLoc StartLoc, EndLoc; member in __anon10be52250211::ARMOperand
861 SMLoc StartLoc, SMLoc EndLoc) { in CreateRegList()
1053 SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister()
/external/clang/include/clang/AST/
DDeclObjC.h155 SourceLocation EndLoc; // the location of the ';' or '}'. variable
490 SourceLocation EndLoc; // marks the '>', '}', or identifier. variable
838 SourceLocation EndLoc; // marks the '>' or identifier. variable
/external/clang/include/clang/Basic/
DSourceManager.h255 SourceLocation EndLoc = in getInstantiationLocEnd() local
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp141 void CodeGenFunction::FinishFunction(SourceLocation EndLoc) { in FinishFunction()
/external/clang/lib/AST/
DStmt.cpp522 SourceLocation EndLoc; in getSourceRange() local
DDeclObjC.cpp1066 SourceLocation EndLoc = getLocation(); in getSourceRange() local
/external/clang/lib/Sema/
DSemaStmt.cpp55 SourceLocation EndLoc) { in ActOnDeclStmt()
DSemaDeclObjC.cpp2272 SourceLocation MethodLoc, SourceLocation EndLoc, in ActOnMethodDeclaration()

12