HomeSort by: relevance | last modified time | path
    Searched refs:CurDir (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPLexerChange.cpp 67 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) {
PPDirectives.cpp 748 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, Callbacks ? &SearchPath : nullptr
    [all...]
HeaderSearch.cpp 756 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,
Preprocessor.cpp 569 const DirectoryLookup *CurDir;
572 /*isAngled=*/false, /*FromDir=*/nullptr, /*FromFile=*/nullptr, CurDir,
PPMacroExpansion.cpp 1228 const DirectoryLookup *CurDir;
1231 CurDir, nullptr, nullptr, nullptr, nullptr, nullptr);
Pragma.cpp 521 const DirectoryLookup *CurDir;
524 nullptr, CurDir, nullptr, nullptr, nullptr, nullptr, nullptr);
  /src/external/gpl2/xcvs/dist/src/
main.c 65 char *CurDir;
975 CurDir = xstrdup ("<remote>");
982 CurDir = xgetcwd ();
983 if (CurDir == NULL)
edit.c 404 ascnow, hostname, CurDir);
527 if (strpbrk (CurDir, "+,>;=\t\n") != NULL)
530 CurDir);
552 send_to_server (CurDir, 0);
647 ascnow, hostname, CurDir);
history.c 24 * 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))
cvs.h 378 extern char *CurDir;
server.c 2910 if (CurDir) free (CurDir);
2911 CurDir = xstrdup (arg);
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearch.h 376 /// \param CurDir If non-null, the file was found in the specified directory
403 const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir,
Preprocessor.h 2015 const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath,
2264 const DirectoryLookup *&CurDir, StringRef &Filename,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 291 const DirectoryLookup *CurDir = nullptr;
293 Name, SourceLocation(), /*Angled*/ false, nullptr, CurDir, None,
VerifyDiagnosticConsumer.cpp 546 const DirectoryLookup *CurDir;
548 PP->LookupFile(Pos, Filename, false, nullptr, nullptr, CurDir,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 448 std::string CurDir = remapDIPath(getCurrentDirname());
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;
CGOpenMPRuntime.cpp 7250 CurDir;
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 *>();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 2561 OpenMPDirectiveKind CurDir = Stack->getCurrentDirective();
2562 if (!(isOpenMPParallelDirective(CurDir) ||
2563 isOpenMPWorksharingDirective(CurDir)) ||
2564 isOpenMPSimdDirective(CurDir))

Completed in 87 milliseconds