| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPLexerChange.cpp | 68 bool Preprocessor::EnterSourceFile(FileID FID, ConstSearchDirIterator CurDir, in EnterSourceFile() argument 100 EnterSourceFileWithLexer(TheLexer, CurDir); in EnterSourceFile() 107 ConstSearchDirIterator CurDir) { in EnterSourceFileWithLexer() argument 116 CurDirLookup = CurDir; in EnterSourceFileWithLexer() 225 if (auto CurDir = FM.getOptionalDirectoryRef(Path)) { in computeRelativePath() local 226 if (*CurDir == Dir) { in computeRelativePath()
|
| H A D | PPDirectives.cpp | 986 ConstSearchDirIterator &CurDir = CurDirArg ? *CurDirArg : CurDirLocal; in LookupFile() local 1041 CurDir = CurDirLookup; in LookupFile() 1046 ConstSearchDirIterator TmpCurDir = CurDir; in LookupFile() 1059 CurDir = TmpCurDir; in LookupFile() 1067 Filename, FilenameLoc, isAngled, FromDir, &CurDir, Includers, SearchPath, in LookupFile() 2130 ConstSearchDirIterator *CurDir, StringRef &Filename, in LookupHeaderIncludeOrImport() argument 2152 FilenameLoc, LookupFilename, isAngled, LookupFrom, LookupFromFile, CurDir, in LookupHeaderIncludeOrImport() 2172 FilenameLoc, LookupFilename, false, LookupFrom, LookupFromFile, CurDir, in LookupHeaderIncludeOrImport() 2204 LookupFromFile, CurDir, Callbacks ? &SearchPath : nullptr, in LookupHeaderIncludeOrImport() 2308 ConstSearchDirIterator CurDir = nullptr; in HandleHeaderIncludeOrImport() local [all …]
|
| H A D | HeaderSearch.cpp | 899 ConstSearchDirIterator &CurDir = CurDirArg ? *CurDirArg : CurDirLocal; in LookupFile() local 912 CurDir = nullptr; in LookupFile() 1019 CurDir = nullptr; in LookupFile() 1101 CurDir = It; in LookupFile() 1107 HFI.DirInfo = CurDir->getDirCharacteristic(); in LookupFile()
|
| /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 | 509 ConstSearchDirIterator FromDir, ConstSearchDirIterator *CurDir,
|
| H A D | Preprocessor.h | 2512 ConstSearchDirIterator *CurDir, SmallVectorImpl<char> *SearchPath, 2828 ConstSearchDirIterator *CurDir, StringRef &Filename,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 6889 CurDir; member in __anon93cce0fb3111::MappableExprsHandler 8448 : CurDir(&Dir), CGF(CGF) { in MappableExprsHandler() 8494 : CurDir(&Dir), CGF(CGF) {} in MappableExprsHandler() 8607 assert(isa<const OMPExecutableDirective *>(CurDir) && in generateAllInfo() 8609 const auto *CurExecDir = cast<const OMPExecutableDirective *>(CurDir); in generateAllInfo() 8619 assert(isa<const OMPDeclareMapperDecl *>(CurDir) && in generateAllInfoForMapper() 8621 const auto *CurMapperDir = cast<const OMPDeclareMapperDecl *>(CurDir); in generateAllInfoForMapper() 8791 assert(isa<const OMPExecutableDirective *>(CurDir) && in generateInfoForCaptureFromClauseInfo() 8793 const auto *CurExecDir = cast<const OMPExecutableDirective *>(CurDir); in generateInfoForCaptureFromClauseInfo()
|
| H A D | CGDebugInfo.cpp | 591 std::string CurDir = remapDIPath(getCurrentDirname()); in createFile() local 599 auto CurDirIt = llvm::sys::path::begin(CurDir); in createFile() 600 auto CurDirE = llvm::sys::path::end(CurDir); in createFile() 616 Dir = CurDir; in createFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2809 OpenMPDirectiveKind CurDir = Stack->getCurrentDirective(); in checkReductionClauses() local 2810 if (!(isOpenMPParallelDirective(CurDir) || in checkReductionClauses() 2811 isOpenMPWorksharingDirective(CurDir)) || in checkReductionClauses() 2812 isOpenMPSimdDirective(CurDir)) in checkReductionClauses()
|