OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDir
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
DirectoryLookup.h
88
///
getDir
- Return the directory that this entry refers to.
90
const DirectoryEntry *
getDir
() const {
/src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp
288
if (loadModuleMapFile(SearchDirs[Idx].
getDir
(), IsSystem,
300
NestedModuleMapDirName = SearchDirs[Idx].
getDir
()->getName();
338
return
getDir
()->getName();
367
&File->getFileEntry(), Dir ? Dir : File->getFileEntry().
getDir
(),
389
TmpDir =
getDir
()->getName();
392
StringRef SearchPathRef(
getDir
()->getName());
401
return HS.getFileAndSuggestModule(TmpDir, IncludeLoc,
getDir
(),
613
StringRef FrameworkPath = File->getFileEntry().
getDir
()->getName();
641
if (!HS.findUsableModuleForHeader(&File->getFileEntry(),
getDir
(),
1505
SmallString<128> PrivateFilename(File->
getDir
()->getName())
[
all
...]
ModuleMap.cpp
257
const DirectoryEntry *UmbrellaDir = &File->
getDir
().getDirEntry();
392
return File->
getDir
() == BuiltinIncludeDir &&
414
const DirectoryEntry *Dir = File->
getDir
();
722
const DirectoryEntry *Dir = Header->
getDir
();
1135
UmbrellaDirs[UmbrellaHeader->
getDir
()] = Mod;
2180
: (*File)->
getDir
(),
PPLexerChange.cpp
203
StringRef FilePath = File->
getDir
()->getName();
PPDirectives.cpp
784
Includers.push_back(std::make_pair(FileEnt, FileEnt->
getDir
()));
794
Includers.push_back(std::make_pair(FileEnt, FileEnt->
getDir
()));
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ModuleDependencyCollector.cpp
88
StringRef UmbrellaDir = Header->
getDir
()->getName();
InitHeaderSearch.cpp
483
if (SeenDirs.insert(CurEntry.
getDir
()).second)
517
isSame = SearchEntry.
getDir
() == CurEntry.
getDir
();
PrecompiledPreamble.cpp
129
if (IncludingFile->
getDir
())
130
NotFoundRelativeTo(IncludingFile->
getDir
());
138
NotFoundRelativeTo(Dir.
getDir
());
CompilerInstance.cpp
1173
SmallString<128> PublicFilename(File->
getDir
()->getName());
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
FileEntry.h
66
DirectoryEntryRef
getDir
() const { return *ME->second->Dir; }
375
const DirectoryEntry *
getDir
() const { return Dir; }
/src/external/apache2/llvm/dist/clang/lib/Basic/
FileManager.cpp
300
// the VFS that the
getDir
() will have the virtual path, even if we found
461
Insertion.first->second = FileEntryRef::MapValue(BFE, VF.
getDir
());
Module.cpp
248
return {"", "", U.Entry->
getDir
()};
/src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp
2442
if (FE && llvm::sys::path::parent_path(FE->
getDir
()->getName())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp
9501
AddFilesFromIncludeDir(IncludeDir.
getDir
()->getName(), IsSystem,
9519
if (CurFile && CurFile->
getDir
())
9520
AddFilesFromIncludeDir(CurFile->
getDir
()->getName(), false,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp
3785
(Twine(mainFile->
getDir
()->getName()) + "/" + mainFile->getName()).str();
CGDebugInfo.cpp
546
MainFileDir = std::string(MainFile->
getDir
()->getName());
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
8883
if (Cache->OrigEntry && Cache->OrigEntry->
getDir
()) {
Completed in 92 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026