Home
last modified time | relevance | path

Searched defs:IsMapped (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp115 bool SBMemoryRegionInfo::IsMapped() { in IsMapped() function in SBMemoryRegionInfo
/llvm-project/clang/unittests/Lex/
H A DHeaderSearchTest.cpp310 bool IsMapped = false; TEST_F() local
/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp957 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
2097 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
2270 bool IsMapped = false; HandleHeaderIncludeOrImport() local
[all...]
H A DHeaderSearch.cpp891 bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, in LookupFile() argument