Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp381 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName) const { in LookupFile() argument
383 IsInHeaderMap = false; in LookupFile()
418 IsInHeaderMap = true; in LookupFile()
919 bool IsInHeaderMap = false; in LookupFile() local
924 IsInHeaderMap, MappedName); in LookupFile()
926 assert(IsInHeaderMap && "MappedName should come from a header map"); in LookupFile()
934 *IsMapped |= (!MappedName.empty() || (IsInHeaderMap && File)); in LookupFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DDirectoryLookup.h185 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName) const;