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.h193 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp452 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName, in LookupFile() argument
455 IsInHeaderMap = false; in LookupFile()
490 IsInHeaderMap = true; in LookupFile()
1047 bool IsInHeaderMap = false; in LookupFile() local
1052 IsInHeaderMap, MappedName, OpenFile); in LookupFile()
1054 assert(IsInHeaderMap && "MappedName should come from a header map"); in LookupFile()
1062 *IsMapped |= (!MappedName.empty() || (IsInHeaderMap && File)); in LookupFile()