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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp67 bool Preprocessor::EnterSourceFile(FileID FID, const DirectoryLookup *CurDir,
92 EnterSourceFileWithLexer(new Lexer(FID, *InputFile, *this), CurDir);
99 const DirectoryLookup *CurDir) {
107 CurDirLookup = CurDir;
206 if (auto CurDir = FM.getDirectory(Path)) {
207 if (*CurDir == Dir) {
H A DPPDirectives.cpp748 const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath,
799 CurDir = CurDirLookup;
804 const DirectoryLookup *TmpCurDir = CurDir;
817 CurDir = TmpCurDir;
825 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
1749 const DirectoryLookup *&CurDir, StringRef& Filename,
1758 isAngled, LookupFrom, LookupFromFile, CurDir,
1777 LookupFrom, LookupFromFile, CurDir, nullptr, nullptr,
1795 false, LookupFrom, LookupFromFile, CurDir,
1826 CurDir, Callback
745 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
1748 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
1929 const DirectoryLookup *CurDir; local
[all...]
H A DHeaderSearch.cpp756 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
773 CurDir = nullptr;
796 // directory. This cannot be based on CurDir, because each includer could be
830 // Leave CurDir unset.
880 CurDir = nullptr;
943 CurDir = &SearchDirs[i];
947 HFI.DirInfo = CurDir->getDirCharacteristic();
967 if (CurDir->isIndexHeaderMap()) {
1008 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, CurDir,
754 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.cpp569 const DirectoryLookup *CurDir; local
572 /*isAngled=*/false, /*FromDir=*/nullptr, /*FromFile=*/nullptr, CurDir,
H A DPragma.cpp521 const DirectoryLookup *CurDir; local
524 nullptr, CurDir, nullptr, nullptr, nullptr, nullptr, nullptr);
H A DPPMacroExpansion.cpp1228 const DirectoryLookup *CurDir;
1231 CurDir, nullptr, nullptr, nullptr, nullptr, nullptr);
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dmain.c65 char *CurDir; variable
975 CurDir = xstrdup ("<remote>");
982 CurDir = xgetcwd ();
983 if (CurDir == NULL)
H A Dedit.c404 ascnow, hostname, CurDir);
527 if (strpbrk (CurDir, "+,>;=\t\n") != NULL)
530 CurDir);
552 send_to_server (CurDir, 0);
647 ascnow, hostname, CurDir);
H A Dhistory.c24 * X date | user | CurDir | special | rev(s) | argument '\n'
48 * CurDir The directory where the action occurred. This should be the
461 case 'w': /* Match Working Dir (CurDir) fields */
797 PrCurDir = CurDir;
800 /* Assumes neither CurDir nor pwdir ends in '/' */
802 if (!strncmp (CurDir, pwdir, i))
826 if (!strncmp (CurDir, homedir, i))
H A Dcvs.h378 extern char *CurDir;
H A Dserver.c2910 if (CurDir) free (CurDir);
2911 CurDir = xstrdup (arg);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h376 /// \param CurDir If non-null, the file was found in the specified directory
403 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
H A DPreprocessor.h2015 const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath,
2264 const DirectoryLookup *&CurDir, StringRef &Filename,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp546 const DirectoryLookup *CurDir; local
548 PP->LookupFile(Pos, Filename, false, nullptr, nullptr, CurDir,
H A DFrontendActions.cpp291 const DirectoryLookup *CurDir = nullptr; local
293 Name, SourceLocation(), /*Angled*/ false, nullptr, CurDir, None,
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp448 std::string CurDir = remapDIPath(getCurrentDirname()); local
456 auto CurDirIt = llvm::sys::path::begin(CurDir);
457 auto CurDirE = llvm::sys::path::end(CurDir);
460 if (std::distance(llvm::sys::path::begin(CurDir), CurDirIt) == 1) {
472 Dir = CurDir;
H A DCGOpenMPRuntime.cpp7250 CurDir; member in class:__anon520::MappableExprsHandler
8670 : CurDir(&Dir), CGF(CGF) {
8697 : CurDir(&Dir), CGF(CGF) {}
8765 assert(CurDir.is<const OMPExecutableDirective *>() &&
8767 const auto *CurExecDir = CurDir.get<const OMPExecutableDirective *>();
8775 assert(CurDir.is<const OMPDeclareMapperDecl *>() &&
8777 const auto *CurMapperDir = CurDir.get<const OMPDeclareMapperDecl *>();
8912 assert(CurDir.is<const OMPExecutableDirective *>() &&
8914 const auto *CurExecDir = CurDir.get<const OMPExecutableDirective *>();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp2561 OpenMPDirectiveKind CurDir = Stack->getCurrentDirective();
2562 if (!(isOpenMPParallelDirective(CurDir) ||
2563 isOpenMPWorksharingDirective(CurDir)) ||
2564 isOpenMPSimdDirective(CurDir))

Completed in 492 milliseconds