| /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()
|
| D | Stmt.cpp | 1128 SourceLocation EndLoc, in Create() 1150 SourceLocation EndLoc, in Create() 1174 SourceLocation EndLoc, in Create() 1196 SourceLocation EndLoc, in Create() 1219 SourceLocation EndLoc, in Create() 1242 SourceLocation EndLoc, ArrayRef<Expr *> VL, Expr *A) { in Create() 1264 SourceLocation EndLoc, in Create() 1286 SourceLocation EndLoc, in Create() 1313 SourceLocation EndLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL, in Create() 1335 SourceLocation EndLoc, in Create() [all …]
|
| /external/clang/include/clang/AST/ |
| D | StmtOpenMP.h | 40 SourceLocation EndLoc; variable 68 SourceLocation StartLoc, SourceLocation EndLoc, in OMPExecutableDirective() 190 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelDirective() 250 OMPSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSimdDirective() 319 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForDirective() 385 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSectionsDirective() 439 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionDirective() 489 OMPSingleDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPSingleDirective() 550 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForDirective() 619 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelSectionsDirective()
|
| D | OpenMPClause.h | 36 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() 228 SourceLocation LParenLoc, SourceLocation EndLoc) in OMPNumThreadsClause() 284 SourceLocation EndLoc) in OMPSafelenClause() 340 SourceLocation LParenLoc, SourceLocation EndLoc) in OMPCollapseClause() 405 SourceLocation EndLoc) in OMPDefaultClause() 476 SourceLocation EndLoc) in OMPProcBindClause() 566 SourceLocation EndLoc, OpenMPScheduleClauseKind Kind, in OMPScheduleClause() [all …]
|
| /external/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 1124 SourceLocation EndLoc) { in ActOnOpenMPExecutableDirective() 1209 SourceLocation EndLoc) { in ActOnOpenMPParallelDirective() 1759 SourceLocation EndLoc, in ActOnOpenMPSimdDirective() 1775 SourceLocation EndLoc, in ActOnOpenMPForDirective() 1792 SourceLocation EndLoc) { in ActOnOpenMPSectionsDirective() 1825 SourceLocation EndLoc) { in ActOnOpenMPSectionDirective() 1836 SourceLocation EndLoc) { in ActOnOpenMPSingleDirective() 1843 SourceLocation EndLoc, in ActOnOpenMPParallelForDirective() 1869 SourceLocation EndLoc) { in ActOnOpenMPParallelSectionsDirective() 1904 SourceLocation EndLoc) { in ActOnOpenMPSingleExprClause() [all …]
|
| D | TreeTransform.h | 1205 SourceLocation StartLoc, SourceLocation EndLoc) { in RebuildDeclStmt() 1236 SourceLocation EndLoc) { in RebuildMSAsmStmt() 1304 SourceLocation EndLoc) { in RebuildOMPExecutableDirective() 1316 SourceLocation EndLoc) { in RebuildOMPIfClause() 1328 SourceLocation EndLoc) { in RebuildOMPNumThreadsClause() 1339 SourceLocation EndLoc) { in RebuildOMPSafelenClause() 1349 SourceLocation EndLoc) { in RebuildOMPCollapseClause() 1362 SourceLocation EndLoc) { in RebuildOMPDefaultClause() 1375 SourceLocation EndLoc) { in RebuildOMPProcBindClause() 1390 SourceLocation EndLoc) { in RebuildOMPScheduleClause() [all …]
|
| D | SemaStmtAsm.cpp | 481 SourceLocation EndLoc) { in ActOnMSAsmStmt()
|
| D | SemaLambda.cpp | 356 SourceLocation EndLoc, in startLambdaDefinition() 859 SourceLocation EndLoc; in ActOnStartOfLambdaDefinition() local
|
| D | SemaAttr.cpp | 576 void Sema::PopPragmaVisibility(bool IsNamespaceEnd, SourceLocation EndLoc) { in PopPragmaVisibility()
|
| /external/llvm/lib/Target/SystemZ/AsmParser/ |
| D | SystemZAsmParser.cpp | 64 SMLoc StartLoc, EndLoc; member in __anon93072fb70111::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 …]
|
| /external/clang/lib/Parse/ |
| D | Parser.cpp | 90 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 662 SourceLocation EndLoc; in ParseExternalDeclaration() local 1249 Parser::ExprResult Parser::ParseSimpleAsm(SourceLocation *EndLoc) { in ParseSimpleAsm() 1572 SourceLocation EndLoc = Tok.getLastLoc(); in TryAnnotateTypeOrScopeToken() local
|
| D | ParseDecl.cpp | 241 SourceLocation *EndLoc) { in ParseAttributeWithTypeArg() 266 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseAttributeArgsCommon() 330 SourceLocation *EndLoc, in ParseGNUAttributeArgs() 1142 SourceLocation *EndLoc) { in ParseTypeTagForDatatypeAttribute() 1225 SourceLocation EndLoc = ConsumeBracket(); in DiagnoseProhibitedCXX11Attribute() local 2267 SourceLocation *EndLoc) { in ParseAlignmentSpecifier() 4382 SourceLocation EndLoc; in ParseTypeQualifierListOpt() local 5092 SourceLocation StartLoc, LocalEndLoc, EndLoc; in ParseFunctionDeclarator() local 5636 SourceLocation EndLoc = PP.getLocForEndOfToken(D.getLocEnd()); in ParseMisplacedBracketDeclarator() local 5658 SourceLocation EndLoc = PP.getLocForEndOfToken(D.getLocEnd()); in ParseMisplacedBracketDeclarator() local
|
| D | ParseDeclCXX.cpp | 742 SourceLocation EndLoc; in ParseDecltypeSpecifier() local 840 SourceLocation EndLoc) { in AnnotateExistingDecltypeSpecifier() 2679 SourceLocation EndLoc; in ParseCXXMemberSpecification() local 3232 SourceLocation *EndLoc, in ParseCXX11AttributeArgs() 3405 SourceLocation EndLoc = SkipCXX11Attributes(); in DiagnoseAndSkipCXX11Attributes() local 3415 SourceLocation EndLoc; in SkipCXX11Attributes() local
|
| D | ParseObjc.cpp | 1189 SourceLocation &LAngleLoc, SourceLocation &EndLoc) { in ParseObjCProtocolReferences() 2647 SourceLocation EndLoc = ConsumeToken(); // consume the keyword. in ParseObjCBooleanLiteral() local 2731 SourceLocation EndLoc = ConsumeBracket(); // location of ']' in ParseObjCArrayLiteral() local 2784 SourceLocation EndLoc = ConsumeBrace(); in ParseObjCDictionaryLiteral() local
|
| D | ParseOpenMP.cpp | 120 SourceLocation Loc = ConsumeToken(), EndLoc; in ParseOpenMPDeclarativeOrExecutableDirective() local
|
| D | ParseExprCXX.cpp | 238 SourceLocation EndLoc = ParseDecltypeSpecifier(DS); in ParseOptionalCXXScopeSpecifier() local 2441 SourceLocation EndLoc = ParseDecltypeSpecifier(DS); in ParseUnqualifiedId() local 2822 SourceLocation EndLoc = Parens.getCloseLocation(); in ParseTypeTrait() local
|
| D | ParseCXXInlineMethods.cpp | 542 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseLexedMemberInitializer() local
|
| /external/llvm/lib/Target/Sparc/AsmParser/ |
| D | SparcAsmParser.cpp | 150 SMLoc StartLoc, EndLoc; member in __anon6d25192b0111::SparcOperand 429 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) in ParseRegister() 870 SMLoc &EndLoc) in matchSparcAsmModifiers()
|
| /external/clang/lib/Lex/ |
| D | PPMacroExpansion.cpp | 749 SourceLocation EndLoc = Tok.getLocation(); in ReadFunctionLikeMacroArgs() local 1094 SourceLocation EndLoc; in EvaluateHasIncludeCommon() local
|
| D | TokenLexer.cpp | 645 SourceLocation EndLoc = Tokens[CurToken - 1].getLocation(); in PasteTokens() local
|
| /external/llvm/lib/Target/X86/AsmParser/ |
| D | X86Operand.h | 30 SMLoc StartLoc, EndLoc; member 415 SMLoc EndLoc = SMLoc::getFromPointer(Loc.getPointer() + Str.size()); in CreateToken() local
|
| /external/llvm/lib/MC/MCParser/ |
| D | AsmParser.cpp | 745 bool AsmParser::parseParenExpr(const MCExpr *&Res, SMLoc &EndLoc) { in parseParenExpr() 760 bool AsmParser::parseBracketExpr(const MCExpr *&Res, SMLoc &EndLoc) { in parseBracketExpr() 776 bool AsmParser::parsePrimaryExpr(const MCExpr *&Res, SMLoc &EndLoc) { in parsePrimaryExpr() 954 SMLoc EndLoc; in parseExpression() local 1022 bool AsmParser::parseExpression(const MCExpr *&Res, SMLoc &EndLoc) { in parseExpression() 1060 bool AsmParser::parseParenExpression(const MCExpr *&Res, SMLoc &EndLoc) { in parseParenExpression() 1158 SMLoc &EndLoc) { in parseBinOpRHS()
|
| /external/clang/lib/Rewrite/Core/ |
| D | HTMLRewrite.cpp | 278 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart); in AddHeaderFooterInternalBuiltinCSS() local
|
| /external/clang/include/clang/Sema/ |
| D | DeclSpec.h | 962 SourceLocation EndLoc) { in setConversionFunctionId() 994 SourceLocation EndLoc) { in setConstructorName() 1017 SourceLocation EndLoc) { in setDestructorName() 1054 SourceLocation EndLoc; member 1856 SourceLocation EndLoc) { in AddTypeInfo()
|
| /external/llvm/lib/Target/ARM/AsmParser/ |
| D | ARMAsmParser.cpp | 403 SMLoc StartLoc, EndLoc, AlignmentLoc; member in __anon92bc5ab90311::ARMOperand 2595 SMLoc StartLoc, SMLoc EndLoc) { in CreateRegList() 2873 SMLoc &StartLoc, SMLoc &EndLoc) { in ParseRegister() 2967 SMLoc EndLoc; in tryParseShiftRegister() local 3416 parseVectorLane(VectorLaneTy &LaneKind, unsigned &Index, SMLoc &EndLoc) { in parseVectorLane() 3663 SMLoc EndLoc = Parser.getTok().getLoc(); in parseVectorList() local 4028 SMLoc EndLoc; in parsePKHImm() local 4108 SMLoc EndLoc; in parseShifterImm() local 4169 SMLoc EndLoc; in parseRotImm() local 4239 SMLoc EndLoc; in parseBitfield() local [all …]
|