/external/llvm-project/clang/include/clang/Lex/ |
D | PPCallbacks.h | 47 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, 181 virtual void Ident(SourceLocation Loc, StringRef str) { in Ident() argument 185 virtual void PragmaDirective(SourceLocation Loc, in PragmaDirective() argument 190 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, in PragmaComment() argument 196 virtual void PragmaDetectMismatch(SourceLocation Loc, StringRef Name, in PragmaDetectMismatch() argument 203 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() argument 223 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage() argument 229 virtual void PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush() argument 235 virtual void PragmaDiagnosticPop(SourceLocation Loc, in PragmaDiagnosticPop() argument 240 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() argument [all …]
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 50 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, 158 virtual void Ident(SourceLocation Loc, StringRef str) { in Ident() argument 162 virtual void PragmaDirective(SourceLocation Loc, in PragmaDirective() argument 167 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, in PragmaComment() argument 173 virtual void PragmaDetectMismatch(SourceLocation Loc, StringRef Name, in PragmaDetectMismatch() argument 180 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() argument 200 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage() argument 206 virtual void PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush() argument 212 virtual void PragmaDiagnosticPop(SourceLocation Loc, in PragmaDiagnosticPop() argument 217 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() argument [all …]
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ExpandModularHeadersPPCallbacks.cpp | 132 void ExpandModularHeadersPPCallbacks::parseToLocation(SourceLocation Loc) { in parseToLocation() argument 148 Sources.isBeforeInTranslationUnit(CurrentToken.getLocation(), Loc)) { in parseToLocation() 154 SourceLocation Loc, FileChangeReason Reason, in FileChanged() argument 184 void ExpandModularHeadersPPCallbacks::Ident(SourceLocation Loc, StringRef) { in Ident() argument 185 parseToLocation(Loc); in Ident() 187 void ExpandModularHeadersPPCallbacks::PragmaDirective(SourceLocation Loc, in PragmaDirective() argument 189 parseToLocation(Loc); in PragmaDirective() 191 void ExpandModularHeadersPPCallbacks::PragmaComment(SourceLocation Loc, in PragmaComment() argument 194 parseToLocation(Loc); in PragmaComment() 196 void ExpandModularHeadersPPCallbacks::PragmaDetectMismatch(SourceLocation Loc, in PragmaDetectMismatch() argument [all …]
|
D | ExpandModularHeadersPPCallbacks.h | 62 void parseToLocation(SourceLocation Loc); 65 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 81 void Ident(SourceLocation Loc, StringRef) override; 82 void PragmaDirective(SourceLocation Loc, PragmaIntroducerKind) override; 83 void PragmaComment(SourceLocation Loc, const IdentifierInfo *, 85 void PragmaDetectMismatch(SourceLocation Loc, StringRef, StringRef) override; 86 void PragmaDebug(SourceLocation Loc, StringRef) override; 87 void PragmaMessage(SourceLocation Loc, StringRef, PragmaMessageKind, 89 void PragmaDiagnosticPush(SourceLocation Loc, StringRef) override; 90 void PragmaDiagnosticPop(SourceLocation Loc, StringRef) override; [all …]
|
/external/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 27 SourceLocation Loc) { in lookupPromiseType() argument 31 S.Diag(Loc, diag::err_implied_std_coroutine_traits_not_found); in lookupPromiseType() 36 Loc, Sema::LookupOrdinaryName); in lookupPromiseType() 38 S.Diag(Loc, diag::err_implied_std_coroutine_traits_not_found); in lookupPromiseType() 52 TemplateArgumentListInfo Args(Loc, Loc); in lookupPromiseType() 55 S.Context.getTrivialTypeSourceInfo(FnType->getReturnType(), Loc))); in lookupPromiseType() 60 TemplateArgument(T), S.Context.getTrivialTypeSourceInfo(T, Loc))); in lookupPromiseType() 64 S.CheckTemplateIdType(TemplateName(CoroTraits), Loc, Args); in lookupPromiseType() 67 if (S.RequireCompleteType(Loc, CoroTrait, in lookupPromiseType() 75 LookupResult R(S, &S.PP.getIdentifierTable().get("promise_type"), Loc, in lookupPromiseType() [all …]
|
/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 81 void DiagnosticRenderer::emitDiagnostic(SourceLocation Loc, in emitDiagnostic() argument 88 assert(SM || Loc.isInvalid()); in emitDiagnostic() 92 if (!Loc.isValid()) in emitDiagnostic() 94 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, SM, D); in emitDiagnostic() 112 SourceLocation UnexpandedLoc = Loc; in emitDiagnostic() 115 Loc = SM->getFileLoc(Loc); in emitDiagnostic() 117 PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitDiagnostic() 121 emitIncludeStack(Loc, PLoc, Level, *SM); in emitDiagnostic() 124 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, SM, D); in emitDiagnostic() 125 emitCaret(Loc, Level, MutableRanges, FixItHints, *SM); in emitDiagnostic() [all …]
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cc | 46 Location Loc = Data->Loc.acquire(); in handleTypeMismatchImpl() local 58 if (ignoreReport(Loc.getSourceLocation(), Opts, ET)) in handleTypeMismatchImpl() 62 if (Data->Loc.isInvalid()) { in handleTypeMismatchImpl() 64 Loc = FallbackLoc; in handleTypeMismatchImpl() 67 ScopedReport R(Opts, Loc, ET); in handleTypeMismatchImpl() 71 Diag(Loc, DL_Error, "%0 null pointer of type %1") in handleTypeMismatchImpl() 75 Diag(Loc, DL_Error, "%0 misaligned address %1 for type %3, " in handleTypeMismatchImpl() 81 Diag(Loc, DL_Error, "%0 address %1 with insufficient space " in handleTypeMismatchImpl() 110 SourceLocation Loc = Data->Loc.acquire(); in handleIntegerOverflowImpl() local 115 if (ignoreReport(Loc, Opts, ET)) in handleIntegerOverflowImpl() [all …]
|
/external/llvm-project/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 87 void DiagnosticRenderer::emitDiagnostic(FullSourceLoc Loc, in emitDiagnostic() argument 93 assert(Loc.hasManager() || Loc.isInvalid()); in emitDiagnostic() 97 if (!Loc.isValid()) in emitDiagnostic() 99 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, D); in emitDiagnostic() 107 mergeFixits(FixItHints, Loc.getManager(), LangOpts, MergedFixits); in emitDiagnostic() 115 FullSourceLoc UnexpandedLoc = Loc; in emitDiagnostic() 118 Loc = Loc.getFileLoc(); in emitDiagnostic() 120 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); in emitDiagnostic() 124 emitIncludeStack(Loc, PLoc, Level); in emitDiagnostic() 127 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, D); in emitDiagnostic() [all …]
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cpp | 88 Location Loc = Data->Loc.acquire(); in handleTypeMismatchImpl() local 103 if (ignoreReport(Loc.getSourceLocation(), Opts, ET)) in handleTypeMismatchImpl() 107 if (Data->Loc.isInvalid()) { in handleTypeMismatchImpl() 109 Loc = FallbackLoc; in handleTypeMismatchImpl() 112 ScopedReport R(Opts, Loc, ET); in handleTypeMismatchImpl() 117 Diag(Loc, DL_Error, ET, "%0 null pointer of type %1") in handleTypeMismatchImpl() 121 Diag(Loc, DL_Error, ET, "%0 misaligned address %1 for type %3, " in handleTypeMismatchImpl() 127 Diag(Loc, DL_Error, ET, "%0 address %1 with insufficient space " in handleTypeMismatchImpl() 156 Location Loc = Data->Loc.acquire(); in handleAlignmentAssumptionImpl() local 161 if (ignoreReport(Loc.getSourceLocation(), Opts, ET)) in handleAlignmentAssumptionImpl() [all …]
|
/external/clang/include/clang/AST/ |
D | TypeLoc.h | 167 void initialize(ASTContext &Context, SourceLocation Loc) const { in initialize() argument 168 initializeImpl(Context, *this, Loc); in initialize() 208 SourceLocation Loc); 263 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal() argument 298 if (QualifiedTypeLoc Loc = getAs<QualifiedTypeLoc>()) in getUnqualifiedLoc() local 299 return Loc.getUnqualifiedLoc(); in getUnqualifiedLoc() 496 void setNameLoc(SourceLocation Loc) { in setNameLoc() argument 497 this->getLocalData()->NameLoc = Loc; in setNameLoc() 502 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal() argument 503 setNameLoc(Loc); in initializeLocal() [all …]
|
/external/llvm-project/clang/include/clang/AST/ |
D | TypeLoc.h | 196 void initialize(ASTContext &Context, SourceLocation Loc) const { in initialize() argument 197 initializeImpl(Context, *this, Loc); in initialize() 237 SourceLocation Loc); 291 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal() argument 327 if (QualifiedTypeLoc Loc = getAs<QualifiedTypeLoc>()) in getUnqualifiedLoc() local 328 return Loc.getUnqualifiedLoc(); in getUnqualifiedLoc() 527 void setNameLoc(SourceLocation Loc) { in setNameLoc() argument 528 this->getLocalData()->NameLoc = Loc; in setNameLoc() 535 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal() argument 536 setNameLoc(Loc); in initializeLocal() [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 33 SourceLocation Loc, bool &Res) { in lookupMember() argument 35 LookupResult LR(S, DN, Loc, Sema::LookupMemberName); in lookupMember() 44 SourceLocation Loc) { in lookupMember() argument 46 lookupMember(S, Name, RD, Loc, Res); in lookupMember() 146 SourceLocation Loc) { in lookupCoroutineHandleType() argument 154 Loc, Sema::LookupOrdinaryName); in lookupCoroutineHandleType() 156 S.Diag(Loc, diag::err_implied_coroutine_type_not_found) in lookupCoroutineHandleType() 171 TemplateArgumentListInfo Args(Loc, Loc); in lookupCoroutineHandleType() 174 S.Context.getTrivialTypeSourceInfo(PromiseType, Loc))); in lookupCoroutineHandleType() 178 S.CheckTemplateIdType(TemplateName(CoroHandle), Loc, Args); in lookupCoroutineHandleType() [all …]
|
/external/llvm/include/llvm/IR/ |
D | DebugLoc.h | 35 TrackingMDNodeRef Loc; variable 39 DebugLoc(DebugLoc &&X) : Loc(std::move(X.Loc)) {} in DebugLoc() 40 DebugLoc(const DebugLoc &X) : Loc(X.Loc) {} in DebugLoc() 42 Loc = std::move(X.Loc); 46 Loc = X.Loc; 77 explicit operator bool() const { return Loc; } 80 bool hasTrivialDestructor() const { return Loc.hasTrivialDestructor(); } in hasTrivialDestructor() 113 MDNode *getAsMDNode() const { return Loc; } in getAsMDNode() 115 bool operator==(const DebugLoc &DL) const { return Loc == DL.Loc; } 116 bool operator!=(const DebugLoc &DL) const { return Loc != DL.Loc; }
|
/external/llvm-project/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 47 SourceLocation Loc) const { in findConditionalDirectiveRegionLoc() 48 if (Loc.isInvalid()) in findConditionalDirectiveRegionLoc() 54 Loc)) in findConditionalDirectiveRegionLoc() 58 CondDirectiveLocs, Loc, CondDirectiveLoc::Comp(SourceMgr)); in findConditionalDirectiveRegionLoc() 75 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If() argument 78 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in If() 79 CondDirectiveStack.push_back(Loc); in If() 82 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef() argument 85 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Ifdef() 86 CondDirectiveStack.push_back(Loc); in Ifdef() [all …]
|
/external/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 49 SourceLocation Loc) const { in findConditionalDirectiveRegionLoc() 50 if (Loc.isInvalid()) in findConditionalDirectiveRegionLoc() 56 Loc)) in findConditionalDirectiveRegionLoc() 61 Loc, CondDirectiveLoc::Comp(SourceMgr)); in findConditionalDirectiveRegionLoc() 78 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If() argument 81 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in If() 82 CondDirectiveStack.push_back(Loc); in If() 85 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef() argument 88 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Ifdef() 89 CondDirectiveStack.push_back(Loc); in Ifdef() [all …]
|
/external/llvm-project/llvm/unittests/CodeGen/ |
D | AArch64SelectionDAGTest.cpp | 90 SDLoc Loc; in TEST_F() local 95 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F() 96 auto Op = DAG->getNode(ISD::ZERO_EXTEND_VECTOR_INREG, Loc, OutVecVT, InVec); in TEST_F() 105 SDLoc Loc; in TEST_F() local 110 auto InVec = DAG->getConstant(0, Loc, InVecVT); in TEST_F() 111 auto Op = DAG->getNode(ISD::ZERO_EXTEND_VECTOR_INREG, Loc, OutVecVT, InVec); in TEST_F() 124 SDLoc Loc; in TEST_F() local 128 auto Vec = DAG->getConstant(0, Loc, VecVT); in TEST_F() 129 auto ZeroIdx = DAG->getConstant(0, Loc, IdxVT); in TEST_F() 130 auto Op = DAG->getNode(ISD::EXTRACT_SUBVECTOR, Loc, VecVT, Vec, ZeroIdx); in TEST_F() [all …]
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | RedundantPreprocessorCheck.cpp | 22 SourceLocation Loc; member 38 void If(SourceLocation Loc, SourceRange ConditionRange, in If() argument 43 CheckMacroRedundancy(Loc, Condition, IfStack, DK_If, DK_If, true); in If() 46 void Ifdef(SourceLocation Loc, const Token &MacroNameTok, in Ifdef() argument 49 CheckMacroRedundancy(Loc, MacroName, IfdefStack, DK_Ifdef, DK_Ifdef, true); in Ifdef() 50 CheckMacroRedundancy(Loc, MacroName, IfndefStack, DK_Ifdef, DK_Ifndef, in Ifdef() 54 void Ifndef(SourceLocation Loc, const Token &MacroNameTok, in Ifndef() argument 57 CheckMacroRedundancy(Loc, MacroName, IfndefStack, DK_Ifndef, DK_Ifndef, in Ifndef() 59 CheckMacroRedundancy(Loc, MacroName, IfdefStack, DK_Ifndef, DK_Ifdef, in Ifndef() 63 void Endif(SourceLocation Loc, SourceLocation IfLoc) override { in Endif() argument [all …]
|
D | BracesAroundStatementsCheck.cpp | 21 tok::TokenKind getTokenKind(SourceLocation Loc, const SourceManager &SM, in getTokenKind() argument 25 Lexer::GetBeginningOfToken(Loc, SM, Context->getLangOpts()); in getTokenKind() 36 SourceLocation forwardSkipWhitespaceAndComments(SourceLocation Loc, in forwardSkipWhitespaceAndComments() argument 39 assert(Loc.isValid()); in forwardSkipWhitespaceAndComments() 41 while (isWhitespace(*SM.getCharacterData(Loc))) in forwardSkipWhitespaceAndComments() 42 Loc = Loc.getLocWithOffset(1); in forwardSkipWhitespaceAndComments() 44 tok::TokenKind TokKind = getTokenKind(Loc, SM, Context); in forwardSkipWhitespaceAndComments() 46 return Loc; in forwardSkipWhitespaceAndComments() 49 Loc = Lexer::getLocForEndOfToken(Loc, 0, SM, Context->getLangOpts()); in forwardSkipWhitespaceAndComments() 56 SourceLocation Loc = in findEndLocation() local [all …]
|
/external/llvm-project/llvm/tools/llvm-mca/ |
D | CodeRegion.cpp | 24 bool CodeRegion::isLocInRange(SMLoc Loc) const { in isLocInRange() 25 if (RangeEnd.isValid() && Loc.getPointer() > RangeEnd.getPointer()) in isLocInRange() 27 if (RangeStart.isValid() && Loc.getPointer() < RangeStart.getPointer()) in isLocInRange() 32 void CodeRegions::beginRegion(StringRef Description, SMLoc Loc) { in beginRegion() argument 39 Regions[0] = std::make_unique<CodeRegion>(Description, Loc); in beginRegion() 47 SM.PrintMessage(Loc, SourceMgr::DK_Error, in beginRegion() 55 SM.PrintMessage(Loc, SourceMgr::DK_Error, in beginRegion() 65 Regions.emplace_back(std::make_unique<CodeRegion>(Description, Loc)); in beginRegion() 69 void CodeRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion() argument 77 Regions[It->second]->setEndLocation(Loc); in endRegion() [all …]
|
/external/llvm/lib/TableGen/ |
D | SetTheory.cpp | 31 ArrayRef<SMLoc> Loc) override { in apply() 32 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc); in apply() 39 ArrayRef<SMLoc> Loc) override { in apply() 41 PrintFatalError(Loc, "Set difference needs at least two arguments: " + in apply() 44 ST.evaluate(*Expr->arg_begin(), Add, Loc); in apply() 45 ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Sub, Loc); in apply() 55 ArrayRef<SMLoc> Loc) override { in apply() 57 PrintFatalError(Loc, "Set intersection requires two arguments: " + in apply() 60 ST.evaluate(Expr->arg_begin()[0], S1, Loc); in apply() 61 ST.evaluate(Expr->arg_begin()[1], S2, Loc); in apply() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | SetTheory.cpp | 41 ArrayRef<SMLoc> Loc) override { in apply() 42 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc); in apply() 49 ArrayRef<SMLoc> Loc) override { in apply() 51 PrintFatalError(Loc, "Set difference needs at least two arguments: " + in apply() 54 ST.evaluate(*Expr->arg_begin(), Add, Loc); in apply() 55 ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Sub, Loc); in apply() 65 ArrayRef<SMLoc> Loc) override { in apply() 67 PrintFatalError(Loc, "Set intersection requires two arguments: " + in apply() 70 ST.evaluate(Expr->arg_begin()[0], S1, Loc); in apply() 71 ST.evaluate(Expr->arg_begin()[1], S2, Loc); in apply() [all …]
|
/external/llvm-project/llvm/lib/TableGen/ |
D | SetTheory.cpp | 41 ArrayRef<SMLoc> Loc) override { in apply() 42 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc); in apply() 49 ArrayRef<SMLoc> Loc) override { in apply() 51 PrintFatalError(Loc, "Set difference needs at least two arguments: " + in apply() 54 ST.evaluate(*Expr->arg_begin(), Add, Loc); in apply() 55 ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Sub, Loc); in apply() 65 ArrayRef<SMLoc> Loc) override { in apply() 67 PrintFatalError(Loc, "Set intersection requires two arguments: " + in apply() 70 ST.evaluate(Expr->arg_begin()[0], S1, Loc); in apply() 71 ST.evaluate(Expr->arg_begin()[1], S2, Loc); in apply() [all …]
|
/external/llvm-project/clang/lib/AST/ |
D | TypeLoc.cpp | 132 SourceLocation Loc) { in initializeImpl() argument 139 TLCasted.initializeLocal(Context, Loc); \ in initializeImpl() 459 SourceLocation Loc) { in initializeLocal() argument 460 setNameLoc(Loc); in initializeLocal() 463 setProtocolLAngleLoc(Loc); in initializeLocal() 464 setProtocolRAngleLoc(Loc); in initializeLocal() 466 setProtocolLoc(i, Loc); in initializeLocal() 470 SourceLocation Loc) { in initializeLocal() argument 472 setTypeArgsLAngleLoc(Loc); in initializeLocal() 473 setTypeArgsRAngleLoc(Loc); in initializeLocal() [all …]
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | DiagnosticRenderer.h | 76 virtual void emitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc, 82 virtual void emitDiagnosticLoc(FullSourceLoc Loc, PresumedLoc PLoc, 86 virtual void emitCodeContext(FullSourceLoc Loc, 91 virtual void emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) = 0; 92 virtual void emitImportLocation(FullSourceLoc Loc, PresumedLoc PLoc, 94 virtual void emitBuildingModuleLocation(FullSourceLoc Loc, PresumedLoc PLoc, 104 void emitIncludeStack(FullSourceLoc Loc, PresumedLoc PLoc, 106 void emitIncludeStackRecursively(FullSourceLoc Loc); 107 void emitImportStack(FullSourceLoc Loc); 108 void emitImportStackRecursively(FullSourceLoc Loc, StringRef ModuleName); [all …]
|
/external/llvm-project/clang-tools-extra/pp-trace/ |
D | PPCallbacksTracker.cpp | 26 SourceLocation Loc) { in getSourceLocationString() argument 27 if (Loc.isInvalid()) in getSourceLocationString() 30 if (Loc.isFileID()) { in getSourceLocationString() 31 PresumedLoc PLoc = PP.getSourceManager().getPresumedLoc(Loc); in getSourceLocationString() 103 void PPCallbacksTracker::FileChanged(SourceLocation Loc, in FileChanged() argument 108 appendArgument("Loc", Loc); in FileChanged() 170 void PPCallbacksTracker::Ident(SourceLocation Loc, llvm::StringRef Str) { in Ident() argument 172 appendArgument("Loc", Loc); in Ident() 177 void PPCallbacksTracker::PragmaDirective(SourceLocation Loc, in PragmaDirective() argument 180 appendArgument("Loc", Loc); in PragmaDirective() [all …]
|