Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp41 : Signature(M.Signature), ClangModule(&M) { in ASTSourceDescriptor()
49 if (ClangModule) in getModuleName()
50 return ClangModule->Name; in getModuleName()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h178 const Module *ClangModule = nullptr; variable
192 const Module *getModuleOrNull() const { return ClangModule; } in getModuleOrNull()