Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DDirectoryLookup.h189 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName) const;
/llvm-project-15.0.7/clang/lib/Lex/
H A DHeaderSearch.cpp434 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName) const { in LookupFile() argument
436 IsInHeaderMap = false; in LookupFile()
471 IsInHeaderMap = true; in LookupFile()
1008 bool IsInHeaderMap = false; in LookupFile() local
1013 IsInHeaderMap, MappedName); in LookupFile()
1015 assert(IsInHeaderMap && "MappedName should come from a header map"); in LookupFile()
1023 *IsMapped |= (!MappedName.empty() || (IsInHeaderMap && File)); in LookupFile()