Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp73 if (cross_tu::shouldImport(VD, Ctx) && VD->hasInit()) in handleDecl()
/llvm-project-15.0.7/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h115 bool shouldImport(const VarDecl *VD, const ASTContext &ACtx);
/llvm-project-15.0.7/lld/wasm/
H A DWriter.cpp591 static bool shouldImport(Symbol *sym) { in shouldImport() function
634 shouldImport(WasmSym::indirectFunctionTable)) in calculateImports()
638 if (!shouldImport(sym)) in calculateImports()
794 if (shouldImport(WasmSym::indirectFunctionTable) && in finalizeIndirectFunctionTable()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp286 if (!cross_tu::shouldImport(VD, *Ctx)) in VisitVarDecl()
/llvm-project-15.0.7/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp223 bool shouldImport(const VarDecl *VD, const ASTContext &ACtx) { in shouldImport() function