Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h193 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName,
/src/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp476 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName, in LookupFile() argument
479 IsInHeaderMap = false; in LookupFile()
514 IsInHeaderMap = true; in LookupFile()
1076 bool IsInHeaderMap = false; in LookupFile() local
1081 IsInHeaderMap, MappedName, OpenFile); in LookupFile()
1083 assert(IsInHeaderMap && "MappedName should come from a header map"); in LookupFile()
1091 *IsMapped |= (!MappedName.empty() || (IsInHeaderMap && File)); in LookupFile()