Searched refs:CurDir (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp69 bool Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir,
95 EnterSourceFileWithLexer(new Lexer(FID, InputFile, *this), CurDir);
102 const DirectoryLookup *CurDir) {
110 CurDirLookup = CurDir;
209 if (auto CurDir = FM.getDirectory(Path)) {
210 if (*CurDir == Dir) {
H A DPPDirectives.cpp721 const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath,
772 CurDir = CurDirLookup;
777 const DirectoryLookup *TmpCurDir = CurDir;
790 CurDir = TmpCurDir;
798 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
1715 const DirectoryLookup *&CurDir, StringRef Filename,
1724 isAngled, LookupFrom, LookupFromFile, CurDir,
1743 LookupFrom, LookupFromFile, CurDir, nullptr, nullptr,
1761 false, LookupFrom, LookupFromFile, CurDir,
1803 CurDir, Callback
718 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 *IsMapped, bool *IsFrameworkFound, bool SkipCache) argument
1714 LookupHeaderIncludeOrImport( const DirectoryLookup *&CurDir, StringRef Filename, SourceLocation FilenameLoc, CharSourceRange FilenameRange, const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl, bool &IsMapped, const DirectoryLookup *LookupFrom, const FileEntry *LookupFromFile, StringRef LookupFilename, SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, ModuleMap::KnownHeader &SuggestedModule, bool isAngled) argument
1905 const DirectoryLookup *CurDir; local
[all...]
H A DHeaderSearch.cpp730 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
747 CurDir = nullptr;
771 // directory. This cannot be based on CurDir, because each includer could be
805 // Leave CurDir unset.
859 CurDir = nullptr;
922 CurDir = &SearchDirs[i];
926 HFI.DirInfo = CurDir->getDirCharacteristic();
946 if (CurDir->isIndexHeaderMap()) {
987 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, CurDir,
728 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 *IsMapped, bool *IsFrameworkFound, bool SkipCache, bool BuildSystemModule) argument
H A DPreprocessor.cpp573 const DirectoryLookup *CurDir; local
576 /*isAngled=*/false, /*FromDir=*/nullptr, /*FromFile=*/nullptr, CurDir,
H A DPragma.cpp516 const DirectoryLookup *CurDir; local
519 nullptr, CurDir, nullptr, nullptr, nullptr, nullptr, nullptr);
H A DPPMacroExpansion.cpp1226 const DirectoryLookup *CurDir;
1229 CurDir, nullptr, nullptr, nullptr, nullptr, nullptr);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h367 /// \param CurDir If non-null, the file was found in the specified directory
394 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
H A DPreprocessor.h1969 const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath,
2216 const DirectoryLookup *&CurDir, StringRef Filename,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp289 const DirectoryLookup *CurDir = nullptr; local
291 Name, SourceLocation(), /*Angled*/ false, nullptr, CurDir, None,
H A DVerifyDiagnosticConsumer.cpp530 const DirectoryLookup *CurDir; local
532 PP->LookupFile(Pos, Filename, false, nullptr, nullptr, CurDir,
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp440 std::string CurDir = remapDIPath(getCurrentDirname()); local
448 auto CurDirIt = llvm::sys::path::begin(CurDir);
449 auto CurDirE = llvm::sys::path::end(CurDir);
452 if (std::distance(llvm::sys::path::begin(CurDir), CurDirIt) == 1) {
464 Dir = CurDir;
H A DCGOpenMPRuntime.cpp7141 CurDir; member in class:__anon416::MappableExprsHandler
7848 : CurDir(&Dir), CGF(CGF) {
7862 : CurDir(&Dir), CGF(CGF) {}
7925 assert(CurDir.is<const OMPExecutableDirective *>() &&
7927 const auto *CurExecDir = CurDir.get<const OMPExecutableDirective *>();
8084 assert(CurDir.is<const OMPDeclareMapperDecl *>() &&
8086 const auto *CurMapperDir = CurDir.get<const OMPDeclareMapperDecl *>();
8276 assert(CurDir.is<const OMPExecutableDirective *>() &&
8278 const auto *CurExecDir = CurDir.get<const OMPExecutableDirective *>();
8427 assert(CurDir
[all...]

Completed in 395 milliseconds