Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h115 bool shouldImport(const VarDecl *VD, const ASTContext &ACtx);
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp285 if (!cross_tu::shouldImport(VD, *Ctx)) in VisitVarDecl()
/src/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp223 bool shouldImport(const VarDecl *VD, const ASTContext &ACtx) { in shouldImport() function