Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp74 if (cross_tu::shouldImport(VD, Ctx) && VD->hasInit()) in handleDecl()
/openbsd-src/gnu/llvm/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h115 bool shouldImport(const VarDecl *VD, const ASTContext &ACtx);
/openbsd-src/gnu/llvm/lld/wasm/
H A DWriter.cpp615 static bool shouldImport(Symbol *sym) { in shouldImport() function
658 shouldImport(WasmSym::indirectFunctionTable)) in calculateImports()
662 if (!shouldImport(sym)) in calculateImports()
819 if (shouldImport(WasmSym::indirectFunctionTable) && in finalizeIndirectFunctionTable()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp285 if (!cross_tu::shouldImport(VD, *Ctx)) in VisitVarDecl()
/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp223 bool shouldImport(const VarDecl *VD, const ASTContext &ACtx) { in shouldImport() function