/external/clang/lib/AST/ |
D | SelectorLocationsKind.cpp | 24 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/Sema/ |
D | SemaOpenMP.cpp | 206 SourceLocation EndLoc) { in ActOnOpenMPExecutableDirective() 225 SourceLocation EndLoc) { in ActOnOpenMPParallelDirective() 237 SourceLocation EndLoc) { in ActOnOpenMPSimpleClause() 258 SourceLocation EndLoc) { in ActOnOpenMPDefaultClause() 290 SourceLocation EndLoc) { in ActOnOpenMPVarListClause() 308 SourceLocation EndLoc) { in ActOnOpenMPPrivateClause()
|
D | SemaAttr.cpp | 415 void Sema::PopPragmaVisibility(bool IsNamespaceEnd, SourceLocation EndLoc) { in PopPragmaVisibility()
|
D | SemaLambda.cpp | 126 SourceLocation EndLoc, in startLambdaDefinition() 534 SourceLocation EndLoc; in ActOnStartOfLambdaDefinition() local
|
D | SemaStmtAsm.cpp | 479 SourceLocation EndLoc) { in ActOnMSAsmStmt()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 35 SourceLocation EndLoc; variable 39 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) in OMPClause() 163 SourceLocation EndLoc) in OMPDefaultClause() 211 SourceLocation EndLoc, unsigned N) in OMPPrivateClause() 266 SourceLocation EndLoc; variable 281 SourceLocation StartLoc, SourceLocation EndLoc, in OMPExecutableDirective() 368 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelDirective()
|
D | DeclarationName.h | 537 SourceLocation EndLoc = getEndLoc(); in getLocEnd() local
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 63 SMLoc StartLoc, EndLoc; member in __anonb2cfd2ca0111::SystemZOperand 122 static SystemZOperand *createInvalid(SMLoc StartLoc, SMLoc EndLoc) { in createInvalid() 132 SMLoc StartLoc, SMLoc EndLoc) { in createReg() 139 SMLoc EndLoc) { in createAccessReg() 145 SMLoc EndLoc) { in createImm() 153 SMLoc EndLoc) { in createMem() 305 SMLoc StartLoc, EndLoc; member 586 SMLoc EndLoc = in parseAddress() local 598 SMLoc &EndLoc) { in ParseRegister() 683 SMLoc EndLoc = in parseOperand() local [all …]
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 134 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd()); in SuggestParentheses() local 182 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); in ExpectAndConsume() local 221 SourceLocation EndLoc = Tok.getLocation(); in ConsumeExtraSemi() local 686 SourceLocation EndLoc; in ParseExternalDeclaration() local 1278 Parser::ExprResult Parser::ParseSimpleAsm(SourceLocation *EndLoc) { in ParseSimpleAsm() 1555 SourceLocation EndLoc = Tok.getLastLoc(); in TryAnnotateTypeOrScopeToken() local
|
D | ParseOpenMP.cpp | 88 SourceLocation Loc = ConsumeToken(), EndLoc; in ParseOpenMPDeclarativeOrExecutableDirective() local
|
D | ParseDecl.cpp | 194 SourceLocation *EndLoc, in ParseGNUAttributeArgs() 1159 SourceLocation *EndLoc) { in ParseThreadSafetyAttribute() 1195 SourceLocation *EndLoc) { in ParseTypeTagForDatatypeAttribute() 1282 SourceLocation EndLoc = ConsumeBracket(); in DiagnoseProhibitedCXX11Attribute() local 2293 SourceLocation *EndLoc) { in ParseAlignmentSpecifier() 4310 SourceLocation EndLoc; in ParseTypeQualifierListOpt() local 4995 SourceLocation StartLoc, LocalEndLoc, EndLoc; in ParseFunctionDeclarator() local
|
D | ParseObjc.cpp | 1182 SourceLocation &LAngleLoc, SourceLocation &EndLoc) { in ParseObjCProtocolReferences() 2649 SourceLocation EndLoc = ConsumeToken(); // consume the keyword. in ParseObjCBooleanLiteral() local 2732 SourceLocation EndLoc = ConsumeBracket(); // location of ']' in ParseObjCArrayLiteral() local 2789 SourceLocation EndLoc = ConsumeBrace(); in ParseObjCDictionaryLiteral() local
|
D | ParseCXXInlineMethods.cpp | 540 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseLexedMemberInitializer() local
|
D | ParseDeclCXX.cpp | 690 SourceLocation EndLoc; in ParseDecltypeSpecifier() local 788 SourceLocation EndLoc) { in AnnotateExistingDecltypeSpecifier() 2607 SourceLocation EndLoc; in ParseCXXMemberSpecification() local
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 724 bool AsmParser::ParseParenExpr(const MCExpr *&Res, SMLoc &EndLoc) { in ParseParenExpr() 738 bool AsmParser::ParseBracketExpr(const MCExpr *&Res, SMLoc &EndLoc) { in ParseBracketExpr() 753 bool AsmParser::ParsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc) { in ParsePrimaryExpr() 888 SMLoc EndLoc; in parseExpression() local 892 bool AsmParser::parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc) { in parsePrimaryExpr() 954 bool AsmParser::parseExpression(const MCExpr *&Res, SMLoc &EndLoc) { in parseExpression() 992 bool AsmParser::parseParenExpression(const MCExpr *&Res, SMLoc &EndLoc) { in parseParenExpression() 1093 SMLoc &EndLoc) { in ParseBinOpRHS()
|
/external/clang/lib/Lex/ |
D | PPMacroExpansion.cpp | 775 SourceLocation EndLoc = Tok.getLocation(); in ReadFunctionLikeMacroArgs() local 1123 SourceLocation EndLoc; in EvaluateHasIncludeCommon() local
|
D | TokenLexer.cpp | 652 SourceLocation EndLoc = Tokens[CurToken - 1].getLocation(); in PasteTokens() local
|
D | PreprocessingRecord.cpp | 465 SourceLocation EndLoc; in InclusionDirective() local
|
/external/clang/lib/Rewrite/Core/ |
D | HTMLRewrite.cpp | 278 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart); in AddHeaderFooterInternalBuiltinCSS() local
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 318 SMLoc StartLoc, EndLoc; member in __anon65089acc0311::ARMOperand 2317 SMLoc StartLoc, SMLoc EndLoc) { in CreateRegList() 2594 SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister() 2687 SMLoc EndLoc; in tryParseShiftRegister() local 3129 parseVectorLane(VectorLaneTy &LaneKind, unsigned &Index, SMLoc &EndLoc) { in parseVectorLane() 3376 SMLoc EndLoc = Parser.getTok().getLoc(); in parseVectorList() local 3732 SMLoc EndLoc; in parsePKHImm() local 3812 SMLoc EndLoc; in parseShifterImm() local 3873 SMLoc EndLoc; in parseRotImm() local 3943 SMLoc EndLoc; in parseBitfield() local [all …]
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 161 SMLoc StartLoc, EndLoc; member in __anon47c7655e0211::AArch64Operand 1217 SMLoc EndLoc; in ParseOperand() local 1229 SMLoc EndLoc; in ParseOperand() local 1621 SMLoc &EndLoc) { in ParseRegister()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 272 SMLoc StartLoc, EndLoc; member in __anon5efbd75e0311::MipsOperand 1112 SMLoc EndLoc; in parseRelocOperand() local 1144 SMLoc &EndLoc) { in ParseRegister()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 946 SourceLocation EndLoc) { in setConversionFunctionId() 978 SourceLocation EndLoc) { in setConstructorName() 1001 SourceLocation EndLoc) { in setDestructorName() 1038 SourceLocation EndLoc; member 1832 SourceLocation EndLoc) { in AddTypeInfo()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 260 SourceLocation EndLoc = Setter->getDeclaratorEndLoc(); in rewriteToObjCProperty() local 379 SourceLocation EndLoc = in rewriteToObjCInterfaceDecl() local
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 618 SMLoc StartLoc, EndLoc; member 935 SMLoc EndLoc = SMLoc::getFromPointer(Loc.getPointer() + Str.size()); in CreateToken() local 1030 SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister() 1757 SMLoc StartLoc, EndLoc; in ParseMemOperand() local
|