Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/CrossTU/
DCrossTranslationUnit.h65 IndexError(index_error_code C, std::string FileName, std::string TripleToName, in IndexError() argument
68 TripleToName(std::move(TripleToName)), in IndexError()
75 std::string getTripleToName() const { return TripleToName; } in getTripleToName()
82 std::string TripleToName; variable