Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h183 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp481 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName, in LookupFile() argument
484 IsInHeaderMap = false; in LookupFile()
519 IsInHeaderMap = true; in LookupFile()
1077 bool IsInHeaderMap = false; in LookupFile() local
1082 IsInHeaderMap, MappedName, OpenFile); in LookupFile()
1084 assert(IsInHeaderMap && "MappedName should come from a header map"); in LookupFile()
1092 *IsMapped |= (!MappedName.empty() || (IsInHeaderMap && File)); in LookupFile()