Home
last modified time | relevance | path

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

12

/external/clang/lib/AST/
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()
/external/clang/lib/Parse/
DParser.cpp122 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd()); in SuggestParentheses() local
170 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); in ExpectAndConsume() local
209 SourceLocation EndLoc = Tok.getLocation(); in ConsumeExtraSemi() local
651 SourceLocation EndLoc; in ParseExternalDeclaration() local
1243 Parser::ExprResult Parser::ParseSimpleAsm(SourceLocation *EndLoc) { in ParseSimpleAsm()
1519 SourceLocation EndLoc = Tok.getLastLoc(); in TryAnnotateTypeOrScopeToken() local
DParseDecl.cpp187 SourceLocation *EndLoc, in ParseGNUAttributeArgs()
1045 SourceLocation *EndLoc) { in ParseThreadSafetyAttribute()
1081 SourceLocation *EndLoc) { in ParseTypeTagForDatatypeAttribute()
1168 SourceLocation EndLoc = ConsumeBracket(); in DiagnoseProhibitedCXX11Attribute() local
2131 SourceLocation *EndLoc) { in ParseAlignmentSpecifier()
4110 SourceLocation EndLoc; in ParseTypeQualifierListOpt() local
4777 SourceLocation StartLoc, LocalEndLoc, EndLoc; in ParseFunctionDeclarator() local
DParseObjc.cpp1173 SourceLocation &LAngleLoc, SourceLocation &EndLoc) { in ParseObjCProtocolReferences()
2604 SourceLocation EndLoc = ConsumeToken(); // consume the keyword. in ParseObjCBooleanLiteral() local
2687 SourceLocation EndLoc = ConsumeBracket(); // location of ']' in ParseObjCArrayLiteral() local
2742 SourceLocation EndLoc = ConsumeBrace(); in ParseObjCDictionaryLiteral() local
DParseCXXInlineMethods.cpp524 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseLexedMemberInitializer() local
DParseDeclCXX.cpp672 SourceLocation EndLoc; in ParseDecltypeSpecifier() local
752 SourceLocation EndLoc) { in AnnotateExistingDecltypeSpecifier()
2538 SourceLocation EndLoc; in ParseCXXMemberSpecification() local
DParseExprCXX.cpp217 SourceLocation EndLoc = ParseDecltypeSpecifier(DS); in ParseOptionalCXXScopeSpecifier() local
2197 SourceLocation EndLoc = ParseDecltypeSpecifier(DS); in ParseUnqualifiedId() local
DParseStmt.cpp1675 SourceLocation EndLoc = AsmLoc; in ParseMicrosoftAsmStatement() local
/external/llvm/lib/Target/MBlaze/AsmParser/
DMBlazeAsmParser.cpp83 SMLoc StartLoc, EndLoc; member
392 SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister()
405 MBlazeOperand *MBlazeAsmParser::ParseRegister(SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp691 SourceLocation EndLoc = Tok.getLocation(); in ReadFunctionLikeMacroArgs() local
1021 SourceLocation EndLoc; in EvaluateHasIncludeCommon() local
DTokenLexer.cpp638 SourceLocation EndLoc = Tokens[CurToken - 1].getLocation(); in PasteTokens() local
DPreprocessingRecord.cpp460 SourceLocation EndLoc; in InclusionDirective() local
/external/clang/lib/Sema/
DSemaAttr.cpp389 void Sema::PopPragmaVisibility(bool IsNamespaceEnd, SourceLocation EndLoc) { in PopPragmaVisibility()
DSemaLambda.cpp57 SourceLocation EndLoc, in startLambdaDefinition()
447 SourceLocation EndLoc; in ActOnStartOfLambdaDefinition() local
DSemaStmtAsm.cpp577 ArrayRef<Token> AsmToks,SourceLocation EndLoc) { in ActOnMSAsmStmt()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp714 bool AsmParser::ParseParenExpr(const MCExpr *&Res, SMLoc &EndLoc) { in ParseParenExpr()
728 bool AsmParser::ParseBracketExpr(const MCExpr *&Res, SMLoc &EndLoc) { in ParseBracketExpr()
743 bool AsmParser::ParsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc) { in ParsePrimaryExpr()
868 SMLoc EndLoc; in parseExpression() local
930 bool AsmParser::parseExpression(const MCExpr *&Res, SMLoc &EndLoc) { in parseExpression()
968 bool AsmParser::parseParenExpression(const MCExpr *&Res, SMLoc &EndLoc) { in parseParenExpression()
1069 SMLoc &EndLoc) { in ParseBinOpRHS()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp240 SMLoc StartLoc, EndLoc; member in __anon18aa4d7a0311::MipsOperand
862 SMLoc EndLoc; in parseRelocOperand() local
918 SMLoc &EndLoc) { in ParseRegister()
/external/clang/lib/Rewrite/Core/
DHTMLRewrite.cpp279 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart); in AddHeaderFooterInternalBuiltinCSS() local
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp169 SMLoc StartLoc, EndLoc; member
476 SMLoc EndLoc = SMLoc::getFromPointer(Loc.getPointer() + Str.size()); in CreateToken() local
564 SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister()
1346 SMLoc StartLoc, EndLoc; in ParseMemOperand() local
/external/clang/include/clang/Lex/
DMacroInfo.h117 void setDefinitionEndLoc(SourceLocation EndLoc) { EndLocation = EndLoc; } in setDefinitionEndLoc()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp161 SMLoc StartLoc, EndLoc; member in __anoncf55007a0211::AArch64Operand
1118 SMLoc EndLoc; in ParseOperand() local
1130 SMLoc EndLoc; in ParseOperand() local
1522 SMLoc &EndLoc) { in ParseRegister()
/external/clang/include/clang/Sema/
DDeclSpec.h929 SourceLocation EndLoc) { in setConversionFunctionId()
961 SourceLocation EndLoc) { in setConstructorName()
984 SourceLocation EndLoc) { in setDestructorName()
1021 SourceLocation EndLoc; member
1776 SourceLocation EndLoc) { in AddTypeInfo()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp316 SMLoc StartLoc, EndLoc; member in __anon8d2ad9e80311::ARMOperand
2225 SMLoc StartLoc, SMLoc EndLoc) { in CreateRegList()
2487 SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister()
2580 SMLoc EndLoc; in tryParseShiftRegister() local
3017 parseVectorLane(VectorLaneTy &LaneKind, unsigned &Index, SMLoc &EndLoc) { in parseVectorLane()
3264 SMLoc EndLoc = Parser.getTok().getLoc(); in parseVectorList() local
3569 SMLoc EndLoc; in parsePKHImm() local
3649 SMLoc EndLoc; in parseShifterImm() local
3710 SMLoc EndLoc; in parseRotImm() local
3780 SMLoc EndLoc; in parseBitfield() local
/external/clang/include/clang/AST/
DDeclarationName.h533 SourceLocation EndLoc = getEndLoc(); in getLocEnd() local
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp2139 SourceLocation EndLoc) { in SynthesizeCallToFunctionDecl()
2212 SourceLocation Loc, EndLoc; in RewriteObjCQualifiedInterfaceTypes() local
2669 SourceLocation EndLoc = Exp->getLocEnd(); in RewriteObjCBoxedExpr() local
2764 SourceLocation EndLoc = Exp->getLocEnd(); in RewriteObjCArrayLiteralExpr() local
2901 SourceLocation EndLoc = Exp->getLocEnd(); in RewriteObjCDictionaryLiteralExpr() local
3270 SourceLocation EndLoc) { in SynthMessageExpr()

12