/external/clang/lib/Parse/ |
D | Parser.cpp | 112 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
|
D | ParseInit.cpp | 269 SourceLocation EndLoc = MatchRHSPunctuation(tok::r_square, StartLoc); in ParseInitializerWithPotentialDesignator() local
|
D | ParseDecl.cpp | 3140 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
|
D | ParseCXXInlineMethods.cpp | 471 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseLexedMemberInitializer() local
|
D | ParseStmt.cpp | 1558 SourceLocation EndLoc; in FuzzyParseMicrosoftAsmStatement() local
|
D | ParseObjc.cpp | 1033 SourceLocation &LAngleLoc, SourceLocation &EndLoc) { in ParseObjCProtocolReferences()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 541 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/ |
D | PPMacroExpansion.cpp | 472 SourceLocation EndLoc = Tok.getLocation(); in ReadFunctionLikeMacroArgs() local 719 SourceLocation EndLoc; in EvaluateHasIncludeCommon() local
|
D | PreprocessingRecord.cpp | 158 clang::SourceLocation EndLoc, in InclusionDirective()
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 96 SourceLocation EndLoc, in InclusionDirective() 224 SourceLocation EndLoc, in InclusionDirective()
|
D | MacroInfo.h | 119 void setDefinitionEndLoc(SourceLocation EndLoc) { EndLocation = EndLoc; } in setDefinitionEndLoc()
|
/external/clang/lib/Frontend/ |
D | DependencyFile.cpp | 149 SourceLocation EndLoc, in InclusionDirective()
|
/external/llvm/lib/Target/MBlaze/AsmParser/ |
D | MBlazeAsmParser.cpp | 86 SMLoc StartLoc, EndLoc; member 391 SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 887 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/ |
D | X86AsmParser.cpp | 112 SMLoc StartLoc, EndLoc; member 374 SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister()
|
/external/clang/lib/Rewrite/ |
D | HTMLRewrite.cpp | 280 SourceLocation EndLoc = StartLoc.getFileLocWithOffset(FileEnd-FileStart); in AddHeaderFooterInternalBuiltinCSS() local
|
D | RewriteObjC.cpp | 2143 SourceLocation EndLoc) { in SynthesizeCallToFunctionDecl() 2216 SourceLocation Loc, EndLoc; in RewriteObjCQualifiedInterfaceTypes() local 2740 SourceLocation EndLoc) { in SynthMessageExpr()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 171 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/ |
D | DeclObjC.h | 155 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/ |
D | SourceManager.h | 255 SourceLocation EndLoc = in getInstantiationLocEnd() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 141 void CodeGenFunction::FinishFunction(SourceLocation EndLoc) { in FinishFunction()
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 522 SourceLocation EndLoc; in getSourceRange() local
|
D | DeclObjC.cpp | 1066 SourceLocation EndLoc = getLocation(); in getSourceRange() local
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 55 SourceLocation EndLoc) { in ActOnDeclStmt()
|
D | SemaDeclObjC.cpp | 2272 SourceLocation MethodLoc, SourceLocation EndLoc, in ActOnMethodDeclaration()
|