Searched defs:SkipCache (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Lex/
H A DHeaderSearch.cpp572 bool SkipCache, bool BuildSystemModule) {
699 if (!SkipCache && CacheLookup.StartIdx == i+1) {
566 LookupFile( StringRef Filename, SourceLocation IncludeLoc, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module *RequestingModule, ModuleMap::KnownHeader *SuggestedModule, bool SkipCache, bool BuildSystemModule) argument
H A DPPDirectives.cpp748 bool SkipCache) {
807 SuggestedModule, SkipCache)) {
823 RelativePath, RequestingModule, SuggestedModule, SkipCache,
1807 &SuggestedModule, /*SkipCache*/ true);
738 LookupFile( SourceLocation FilenameLoc, StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const FileEntry *FromFile, const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool SkipCache) argument

Completed in 113 milliseconds