OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getASTFile
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h
534
OptionalFileEntryRefDegradesToFileEntryPtr
getASTFile
() const {
540
assert((!File || !
getASTFile
() ||
getASTFile
() == File) &&
737
StringRef
getASTFile
() const { return ASTFile; }
/src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
ModuleDepCollector.cpp
181
MD.ImplicitModulePCMPath = std::string(M->
getASTFile
()->getName());
191
MDC.Instance.getASTReader()->getModuleManager().lookup(M->
getASTFile
());
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexingAction.cpp
230
if (OwningMod && OwningMod->
getASTFile
() == Mod.File) {
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp
55
if (const FileEntry *File = Mod->
getASTFile
())
ASTReader.cpp
3930
if (auto ASTFE = M ? M->
getASTFile
() : None) {
5540
if (const FileEntry *CurFile = CurrentModule->
getASTFile
()) {
/src/external/apache2/llvm/dist/clang/lib/Basic/
Module.cpp
682
if (auto File = M.
getASTFile
())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp
190
else if (Optional<FileEntryRef> FE = M->
getASTFile
())
/src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp
1739
if (M && M->
getASTFile
())
1741
if (*ModuleFile == M->
getASTFile
())
2127
const FileEntry *Entry = TheModule->
getASTFile
();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
2633
if (CreateSkeletonCU && IsRootModule && Mod.
getASTFile
().empty() && M)
2648
if (CreateSkeletonCU && IsRootModule && !Mod.
getASTFile
().empty()) {
2661
if (!llvm::sys::path::is_absolute(Mod.
getASTFile
()))
2663
llvm::sys::path::append(PCM, Mod.
getASTFile
());
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp
495
if (auto File = Mod->
getASTFile
())
CIndex.cpp
8455
if (auto File = Mod->
getASTFile
())
Completed in 43 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026