Home
last modified time | relevance | path

Searched defs:getModuleOrNull (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DExternalASTSource.h166 const Module *getModuleOrNull() const { return ClangModule; } in getModuleOrNull() function
/external/llvm-project/clang/include/clang/Basic/
DModule.h735 Module *getModuleOrNull() const { return ClangModule; } in getModuleOrNull() function