Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h102 using InvocationListTy = llvm::StringMap<llvm::SmallVector<std::string, 32>>; variable
108 llvm::Expected<InvocationListTy> parseInvocationList(
266 std::optional<InvocationListTy> InvocationList;
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp599 const InvocationListTy::mapped_type &InvocationCommand = Invocation->second; in loadFromSource()
619 llvm::Expected<InvocationListTy>
621 InvocationListTy InvocationList; in parseInvocationList()
712 llvm::Expected<InvocationListTy> ExpectedInvocationList = in lazyInitInvocationList()