Home
last modified time | relevance | path

Searched refs:LCF (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp237 : Context(Context), API(API), LCF(LCF) {} in ExtractAPIVisitor()
259 if (!LCF.isLocationInKnownFile(Decl->getLocation())) in VisitVarDecl()
320 if (!LCF.isLocationInKnownFile(Decl->getLocation())) in VisitFunctionDecl()
357 if (!LCF.isLocationInKnownFile(Decl->getLocation())) in VisitEnumDecl()
400 if (!LCF.isLocationInKnownFile(Decl->getLocation())) in VisitRecordDecl()
436 if (!LCF.isLocationInKnownFile(Decl->getLocation())) in VisitObjCInterfaceDecl()
777 LocationFileChecker &LCF; member in __anon4a2c2dcf0111::ExtractAPIVisitor
784 : Visitor(Context, *LCF, API), LCF(std::move(LCF)) {} in ExtractAPIConsumer()
793 std::unique_ptr<LocationFileChecker> LCF; member in __anon4a2c2dcf0111::ExtractAPIConsumer
800 : SM(SM), LCF(LCF), API(API), PP(PP) {} in MacroCallback()
[all …]