Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h246 llvm::Error lazyInitInvocationList();
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp590 if (llvm::Error InitError = lazyInitInvocationList()) in loadFromSource()
695 llvm::Error CrossTranslationUnitContext::ASTLoader::lazyInitInvocationList() { in lazyInitInvocationList() function in clang::cross_tu::CrossTranslationUnitContext::ASTLoader