Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DDirectoryLookup.h189 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName,
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp455 bool &IsInHeaderMap, SmallVectorImpl<char> &MappedName, in LookupFile() argument
458 IsInHeaderMap = false; in LookupFile()
493 IsInHeaderMap = true; in LookupFile()
1044 bool IsInHeaderMap = false; in LookupFile() local
1049 IsInHeaderMap, MappedName, OpenFile); in LookupFile()
1051 assert(IsInHeaderMap && "MappedName should come from a header map"); in LookupFile()
1059 *IsMapped |= (!MappedName.empty() || (IsInHeaderMap && File)); in LookupFile()