Home
last modified time | relevance | path

Searched defs:IsFrameworkFound (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/unittests/Lex/
H A DHeaderSearchTest.cpp241 bool IsFrameworkFound = false; TEST_F() local
/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp958 LookupFile(SourceLocation FilenameLoc,StringRef Filename,bool isAngled,ConstSearchDirIterator FromDir,const FileEntry * FromFile,ConstSearchDirIterator * CurDirArg,SmallVectorImpl<char> * SearchPath,SmallVectorImpl<char> * RelativePath,ModuleMap::KnownHeader * SuggestedModule,bool * IsMapped,bool * IsFrameworkFound,bool SkipCache,bool OpenFile,bool CacheFailures) LookupFile() argument
2096 LookupHeaderIncludeOrImport(ConstSearchDirIterator * CurDir,StringRef & Filename,SourceLocation FilenameLoc,CharSourceRange FilenameRange,const Token & FilenameTok,bool & IsFrameworkFound,bool IsImportDecl,bool & IsMapped,ConstSearchDirIterator LookupFrom,const FileEntry * LookupFromFile,StringRef & LookupFilename,SmallVectorImpl<char> & RelativePath,SmallVectorImpl<char> & SearchPath,ModuleMap::KnownHeader & SuggestedModule,bool isAngled) LookupHeaderIncludeOrImport() argument
2271 bool IsFrameworkFound = false; HandleHeaderIncludeOrImport() local
[all...]
H A DHeaderSearch.cpp475 bool &InUserSpecifiedSystemFramework, bool &IsFrameworkFound, in LookupFile() argument
891 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, in LookupFile() argument