Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp9414 SmallString<64> TypedChunk = Filename; in CodeCompleteIncludedFile() local
9416 TypedChunk.push_back(IsDirectory ? '/' : Angled ? '>' : '"'); in CodeCompleteIncludedFile()
9417 auto R = SeenResults.insert(TypedChunk); in CodeCompleteIncludedFile()
9419 const char *InternedTyped = Results.getAllocator().CopyString(TypedChunk); in CodeCompleteIncludedFile()