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

  /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/gpl2/xcvs/dist/src/
main.c 65 char *CurDir;
975 CurDir = xstrdup ("<remote>");
982 CurDir = xgetcwd ();
983 if (CurDir == NULL)
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Pragma.cpp 521 const DirectoryLookup *CurDir;
524 nullptr, CurDir, nullptr, nullptr, nullptr, nullptr, nullptr);
Preprocessor.cpp 569 const DirectoryLookup *CurDir;
572 /*isAngled=*/false, /*FromDir=*/nullptr, /*FromFile=*/nullptr, CurDir,
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...]
  /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 *>();

Completed in 88 milliseconds