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

  /src/external/apache2/llvm/dist/clang/lib/Basic/
FileManager.cpp 82 StringRef DirName = llvm::sys::path::parent_path(Filename);
84 if (DirName.empty())
85 DirName = ".";
87 return FileMgr.getDirectoryRef(DirName, CacheFailure);
93 StringRef DirName = llvm::sys::path::parent_path(Path);
94 if (DirName.empty())
95 DirName = ".";
98 {DirName, std::errc::no_such_file_or_directory}).first;
101 // at the same time. Therefore, if DirName is already in the cache,
114 addAncestorsAsVirtualDirs(DirName);
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
FileManager.h 163 llvm::Expected<DirectoryEntryRef> getDirectoryRef(StringRef DirName,
168 getOptionalDirectoryRef(StringRef DirName, bool CacheFailure = true) {
169 return llvm::expectedToOptional(getDirectoryRef(DirName, CacheFailure));
186 getDirectory(StringRef DirName, bool CacheFailure = true);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp 219 auto DirName = FileMgr.getCanonicalName(*Dir);
223 llvm::hash_combine(DirName.lower(), FileName.lower());
454 /// \param DirName The name of the framework directory.
458 getTopFrameworkDir(FileManager &FileMgr, StringRef DirName,
460 assert(llvm::sys::path::extension(DirName) == ".framework" &&
478 if (auto TopFrameworkDirOrErr = FileMgr.getDirectory(DirName))
482 DirName = FileMgr.getCanonicalName(TopFrameworkDir);
485 DirName = llvm::sys::path::parent_path(DirName);
486 if (DirName.empty()
    [all...]
ModuleMap.cpp 421 StringRef DirName = SourceMgr.getFileManager().getCanonicalName(Dir);
433 DirName = llvm::sys::path::parent_path(DirName);
434 if (DirName.empty())
438 if (auto DirEntry = SourceMgr.getFileManager().getDirectory(DirName))
724 StringRef DirName = Dir->getName();
777 DirName = llvm::sys::path::parent_path(DirName);
778 if (DirName.empty())
782 if (auto DirEntry = SourceMgr.getFileManager().getDirectory(DirName))
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIO.h 37 // Returns the name of the dir, similar to the 'dirname' utility.
38 std::string DirName(const std::string &FileName);
FuzzerIOPosix.cpp 114 std::string DirName(const std::string &FileName) {
117 std::string Res = dirname(Tmp);
FuzzerIOWindows.cpp 281 std::string DirName(const std::string &FileName) {
289 Printf("DirName() failed for \"%s\", invalid path.\n", FileName.c_str());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 1562 DeclarationNameInfo DirName,
1568 Kind, DirName, CancelRegion, Clauses, AStmt, StartLoc, EndLoc);
8467 DeclarationNameInfo DirName;
8469 DirName = cast<OMPCriticalDirective>(D)->getDirectiveName();
8470 DirName = getDerived().TransformDeclarationNameInfo(DirName);
8480 D->getDirectiveKind(), DirName, CancelRegion, TClauses,
8487 DeclarationNameInfo DirName;
8488 getDerived().getSema().StartOpenMPDSABlock(OMPD_parallel, DirName, nullptr,
8498 DeclarationNameInfo DirName;
    [all...]
SemaOpenMP.cpp 369 void push(OpenMPDirectiveKind DKind, const DeclarationNameInfo &DirName,
376 Stack.back().first.emplace_back(DKind, DirName, CurScope, Loc);
2517 const DeclarationNameInfo &DirName,
2519 DSAStack->push(DKind, DirName, CurScope, Loc);
5707 OpenMPDirectiveKind Kind, const DeclarationNameInfo &DirName,
5713 checkNestingOfRegions(*this, DSAStack, Kind, DirName, CancelRegion,
5883 Res = ActOnOpenMPCriticalDirective(DirName, ClausesWithImplicit, AStmt,
9906 const DeclarationNameInfo &DirName, ArrayRef<OMPClause *> Clauses,
9917 if (!DirName.getName()) {
9933 const auto Pair = DSAStack->getCriticalWithHint(DirName);
    [all...]
SemaTemplateInstantiateDecl.cpp 3398 DeclarationNameInfo DirName;
3399 SemaRef.StartOpenMPDSABlock(llvm::omp::OMPD_declare_mapper, DirName,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/
llvm-libtool-darwin.cpp 72 cl::value_desc("listfile[,dirname]"), cl::cat(LibtoolCategory));
147 StringRef FileName, DirName;
148 std::tie(FileName, DirName) = StringRef(FileList).rsplit(",");
170 if (!DirName.empty())
171 sys::path::append(Path, DirName, Line);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 491 llvm::SmallString<0> DirName;
494 llvm::sys::fs::current_path(DirName);
495 DirName += '/';
518 << html::EscapeText(DirName)
600 os << "\n<!-- BUGFILE " << DirName << Entry->getName() << " -->\n";
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearch.h 805 /// \param DirName The name of the directory where we will look for a module
812 LoadModuleMapResult loadModuleMapFile(StringRef DirName, bool IsSystem,
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
AMDGPU.cpp 266 auto GetROCmVersion = [](StringRef DirName) {
268 std::string VerStr = DirName.drop_front(strlen("rocm-")).str();
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 580 DeclarationNameInfo DirName;
585 Actions.StartOpenMPDSABlock(OMPD_declare_mapper, DirName, getCurScope(), Loc);
2290 DeclarationNameInfo DirName;
2463 DirName =
2482 Actions.StartOpenMPDSABlock(DKind, DirName, Actions.getCurScope(), Loc);
2574 DKind, DirName, CancelRegion, Clauses, AssociatedStmt.get(), Loc,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 1927 DeclarationNameInfo DirName;
1938 DirName(Name) {}
1951 void setDirectiveName(const DeclarationNameInfo &Name) { DirName = Name; }
1978 DeclarationNameInfo getDirectiveName() const { return DirName; }
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 751 bool DarwinAsmParser::parseDirectivePrevious(StringRef DirName, SMLoc) {
ELFAsmParser.cpp 699 bool ELFAsmParser::ParseDirectivePrevious(StringRef DirName, SMLoc) {
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 10329 const DeclarationNameInfo &DirName, Scope *CurScope,
10484 OpenMPDirectiveKind Kind, const DeclarationNameInfo &DirName,
10538 StmtResult ActOnOpenMPCriticalDirective(const DeclarationNameInfo &DirName,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2348 D->DirName = Record.readDeclarationNameInfo();

Completed in 62 milliseconds