Searched defs:Dir (Results 1 - 15 of 15) sorted by relevance

/external/compiler-rt/
H A DMakefile68 "$(foreach key,$(AvailableIn.$(fn)),$($(key).Dir))";)
104 Dir := . macro
204 $(call Set,Tmp.SubDir,$($(Tmp.SubDirKey).Dir))
/external/clang/include/clang/Lex/
H A DModuleMap.h111 void setBuiltinIncludeDir(const DirectoryEntry *Dir) { argument
112 BuiltinIncludeDir = Dir;
H A DDirectoryLookup.h40 /// Dir - This is the actual directory that we're referring to for a normal
42 const DirectoryEntry *Dir; member in union:clang::DirectoryLookup::__anon2938
72 u.Dir = dir;
94 const DirectoryEntry *getDir() const { return isNormalDir() ? u.Dir : 0; }
99 return isFramework() ? u.Dir : 0;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb180 # (Dir.pwd by default), this method returns a string containing
187 def self.relative_path( target, reference = Dir.pwd )
210 class Dir class
213 entries = Dir.entries( directory ) - DOTS
220 $VERBOSE and $stderr.puts( "INFO: Dir.mkpath(%p)" % path )
224 Dir.mkdir( path )
/external/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp7 enum Dir { L, R }; enum
10 Dir dir;
20 constexpr Tape(const Tape &old, Dir dir) :
30 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); }
/external/clang/tools/libclang/
H A DCIndexer.h64 void setWorkingDirectory(const std::string &Dir) { WorkingDir = Dir; } argument
/external/llvm/lib/Analysis/
H A DDbgInfoPrinter.cpp121 std::string &File, std::string &Dir) {
168 Dir = D;
119 getLocationInfo(const Value *V, std::string &DisplayName, std::string &Type, unsigned &LineNo, std::string &File, std::string &Dir) argument
/external/clang/include/clang/Basic/
H A DFileManager.h62 const DirectoryEntry *Dir; // Directory file lives in. member in class:clang::FileEntry
101 const DirectoryEntry *getDir() const { return Dir; }
/external/clang/include/clang/Driver/
H A DDriver.h65 std::string Dir; member in class:clang::driver::Driver
226 return Dir.c_str();
/external/clang/lib/Lex/
H A DPPLexerChange.cpp207 static void computeRelativePath(FileManager &FM, const DirectoryEntry *Dir, argument
216 if (CurDir == Dir) {
363 const DirectoryEntry *Dir = Mod->getUmbrellaDir(); local
365 for (recursive_directory_iterator Entry(Dir->getName(), EC), End;
381 computeRelativePath(FileMgr, Dir, Header, RelativePath);
H A DHeaderSearch.cpp310 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkName.str()); local
311 if (Dir == 0) return 0;
608 const DirectoryEntry *Dir = FileMgr.getDirectory(FrameworkName.str()); local
609 if (Dir == 0) return 0;
613 CacheLookup.getValue().Directory = Dir;
805 const DirectoryEntry *Dir = FileMgr.getDirectory(DirName); local
806 if (!Dir)
810 switch (loadModuleMapFile(Dir)) {
826 if (Dir == Root)
831 FixUpDirectories.push_back(Dir);
843 const DirectoryEntry *Dir = File->getDir(); local
864 loadFrameworkModule(StringRef Name, const DirectoryEntry *Dir, bool IsSystem) argument
939 loadModuleMapFile(const DirectoryEntry *Dir) argument
[all...]
H A DModuleMap.cpp111 const DirectoryEntry *Dir = File->getDir(); local
113 StringRef DirName = Dir->getName();
119 = UmbrellaDirs.find(Dir);
176 SkippedDirs.push_back(Dir);
184 Dir = SourceMgr->getFileManager().getDirectory(DirName);
185 } while (Dir);
196 const DirectoryEntry *Dir = Header->getDir(); local
198 StringRef DirName = Dir->getName();
204 = UmbrellaDirs.find(Dir);
237 SkippedDirs.push_back(Dir);
1202 const DirectoryEntry *Dir = 0; local
[all...]
/external/llvm/lib/Target/PTX/
H A DPTXAsmPrinter.cpp161 StringRef Dir = DIUnit.getDirectory(); local
162 GetOrCreateSourceID(FN, Dir);
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp579 llvm::sys::Path Dir, Filename; member in class:__anon3514::UbigraphViz
599 llvm::sys::Path Dir = llvm::sys::Path::GetTemporaryDirectory(&ErrMsg); local
603 llvm::sys::Path Filename = Dir;
618 return new UbigraphViz(Stream.take(), Dir, Filename);
657 : Out(out), Dir(dir), Filename(filename), Cntr(0) {
679 Dir.eraseFromDisk(true);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1461 StringRef Dir; local
1469 Dir = CU.getDirectory();
1473 Dir = F.getDirectory();
1477 Dir = SP.getDirectory();
1481 Dir = DBF.getDirectory();
1485 Dir = DB.getDirectory();
1489 Src = GetOrCreateSourceID(Fn, Dir);

Completed in 457 milliseconds