/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPLexerChange.cpp | 69 bool Preprocessor::EnterSourceFile(FileID FID, ConstSearchDirIterator CurDir, in EnterSourceFile() argument 107 EnterSourceFileWithLexer(TheLexer, CurDir); in EnterSourceFile() 114 ConstSearchDirIterator CurDir) { in EnterSourceFileWithLexer() argument 123 CurDirLookup = CurDir; in EnterSourceFileWithLexer() 232 if (auto CurDir = FM.getDirectory(Path)) { in computeRelativePath() local 233 if (*CurDir == Dir) { in computeRelativePath()
|
H A D | HeaderSearch.cpp | 894 ConstSearchDirIterator &CurDir = CurDirArg ? *CurDirArg : CurDirLocal; in LookupFile() local 907 CurDir = nullptr; in LookupFile() 1018 CurDir = nullptr; in LookupFile() 1100 CurDir = It; in LookupFile() 1106 HFI.DirInfo = CurDir->getDirCharacteristic(); in LookupFile() 1127 if (CurDir->isHeaderMap() && isAngled) { in LookupFile() 1132 if (CurDir->isIndexHeaderMap()) in LookupFile() 1134 } else if (CurDir->isFramework()) { in LookupFile() 1174 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, &CurDir, in LookupFile()
|
H A D | PPDirectives.cpp | 960 ConstSearchDirIterator &CurDir = CurDirArg ? *CurDirArg : CurDirLocal; in LookupFile() local 1015 CurDir = CurDirLookup; in LookupFile() 1020 ConstSearchDirIterator TmpCurDir = CurDir; in LookupFile() 1033 CurDir = TmpCurDir; in LookupFile() 1041 Filename, FilenameLoc, isAngled, FromDir, &CurDir, Includers, SearchPath, in LookupFile() 2096 ConstSearchDirIterator *CurDir, StringRef &Filename, in LookupHeaderIncludeOrImport() argument 2118 FilenameLoc, LookupFilename, isAngled, LookupFrom, LookupFromFile, CurDir, in LookupHeaderIncludeOrImport() 2138 FilenameLoc, LookupFilename, false, LookupFrom, LookupFromFile, CurDir, in LookupHeaderIncludeOrImport() 2170 LookupFromFile, CurDir, Callbacks ? &SearchPath : nullptr, in LookupHeaderIncludeOrImport() 2274 ConstSearchDirIterator CurDir = nullptr; in HandleHeaderIncludeOrImport() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Path.inc | 933 dirent *CurDir = ::readdir(reinterpret_cast<DIR *>(It.IterationHandle)); 934 if (CurDir == nullptr && errno != 0) { 936 } else if (CurDir != nullptr) { 937 StringRef Name(CurDir->d_name); 941 It.CurrentEntry.replace_filename(Name, direntType(CurDir));
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | HeaderSearch.h | 512 ConstSearchDirIterator FromDir, ConstSearchDirIterator *CurDir,
|
H A D | Preprocessor.h | 2437 ConstSearchDirIterator *CurDir, SmallVectorImpl<char> *SearchPath, 2736 ConstSearchDirIterator *CurDir, StringRef &Filename,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 6633 CurDir; member in __anon93cce0fb2c11::MappableExprsHandler 8192 : CurDir(&Dir), CGF(CGF) { in MappableExprsHandler() 8238 : CurDir(&Dir), CGF(CGF) {} in MappableExprsHandler() 8348 assert(CurDir.is<const OMPExecutableDirective *>() && in generateAllInfo() 8350 const auto *CurExecDir = CurDir.get<const OMPExecutableDirective *>(); in generateAllInfo() 8360 assert(CurDir.is<const OMPDeclareMapperDecl *>() && in generateAllInfoForMapper() 8362 const auto *CurMapperDir = CurDir.get<const OMPDeclareMapperDecl *>(); in generateAllInfoForMapper() 8534 assert(CurDir.is<const OMPExecutableDirective *>() && in generateInfoForCapture() 8536 const auto *CurExecDir = CurDir.get<const OMPExecutableDirective *>(); in generateInfoForCapture()
|
H A D | CGDebugInfo.cpp | 450 std::string CurDir = remapDIPath(getCurrentDirname()); in createFile() local 458 auto CurDirIt = llvm::sys::path::begin(CurDir); in createFile() 459 auto CurDirE = llvm::sys::path::end(CurDir); in createFile() 475 Dir = CurDir; in createFile()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 2833 OpenMPDirectiveKind CurDir = Stack->getCurrentDirective(); in checkReductionClauses() local 2834 if (!(isOpenMPParallelDirective(CurDir) || in checkReductionClauses() 2835 isOpenMPWorksharingDirective(CurDir)) || in checkReductionClauses() 2836 isOpenMPSimdDirective(CurDir)) in checkReductionClauses()
|