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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp67 bool Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir,
93 EnterSourceFileWithLexer(new Lexer(FID, InputFile, *this), CurDir);
100 const DirectoryLookup *CurDir) {
108 CurDirLookup = CurDir;
207 if (auto CurDir = FM.getDirectory(Path)) {
208 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,
1722 const DirectoryLookup *&CurDir, StringRef& Filename,
1731 isAngled, LookupFrom, LookupFromFile, CurDir,
1750 LookupFrom, LookupFromFile, CurDir, nullptr, nullptr,
1768 false, LookupFrom, LookupFromFile, CurDir,
1799 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
1721 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
1902 const DirectoryLookup *CurDir; local
[all...]
H A DHeaderSearch.cpp731 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
748 CurDir = nullptr;
772 // directory. This cannot be based on CurDir, because each includer could be
806 // Leave CurDir unset.
860 CurDir = nullptr;
923 CurDir = &SearchDirs[i];
927 HFI.DirInfo = CurDir->getDirCharacteristic();
947 if (CurDir->isIndexHeaderMap()) {
988 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, CurDir,
729 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.cpp575 const DirectoryLookup *CurDir; local
578 /*isAngled=*/false, /*FromDir=*/nullptr, /*FromFile=*/nullptr, CurDir,
H A DPPMacroExpansion.cpp1226 const DirectoryLookup *CurDir;
1229 CurDir, nullptr, nullptr, nullptr, nullptr, nullptr);
H A DPragma.cpp521 const DirectoryLookup *CurDir; local
524 nullptr, CurDir, nullptr, nullptr, nullptr, nullptr, nullptr);
/freebsd-13-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.h1996 const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath,
2245 const DirectoryLookup *&CurDir, StringRef &Filename,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp291 const DirectoryLookup *CurDir = nullptr; local
293 Name, SourceLocation(), /*Angled*/ false, nullptr, CurDir, None,
H A DVerifyDiagnosticConsumer.cpp546 const DirectoryLookup *CurDir; local
548 PP->LookupFile(Pos, Filename, false, nullptr, nullptr, CurDir,
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp447 std::string CurDir = remapDIPath(getCurrentDirname()); local
455 auto CurDirIt = llvm::sys::path::begin(CurDir);
456 auto CurDirE = llvm::sys::path::end(CurDir);
459 if (std::distance(llvm::sys::path::begin(CurDir), CurDirIt) == 1) {
471 Dir = CurDir;
H A DCGOpenMPRuntime.cpp7043 CurDir; member in class:__anon1781::MappableExprsHandler
7812 : CurDir(&Dir), CGF(CGF) {
7839 : CurDir(&Dir), CGF(CGF) {}
7903 assert(CurDir.is<const OMPExecutableDirective *>() &&
7905 const auto *CurExecDir = CurDir.get<const OMPExecutableDirective *>();
8166 assert(CurDir.is<const OMPDeclareMapperDecl *>() &&
8168 const auto *CurMapperDir = CurDir.get<const OMPDeclareMapperDecl *>();
8358 assert(CurDir.is<const OMPExecutableDirective *>() &&
8360 const auto *CurExecDir = CurDir.get<const OMPExecutableDirective *>();
8509 assert(CurDir
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2492 OpenMPDirectiveKind CurDir = Stack->getCurrentDirective();
2493 if (!(isOpenMPParallelDirective(CurDir) ||
2494 isOpenMPWorksharingDirective(CurDir)) ||
2495 isOpenMPSimdDirective(CurDir))

Completed in 194 milliseconds