OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASTSourceDescriptor
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ExternalASTSource.cpp
33
llvm::Optional<
ASTSourceDescriptor
>
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h
720
class
ASTSourceDescriptor
{
728
ASTSourceDescriptor
() = default;
729
ASTSourceDescriptor
(StringRef Name, StringRef Path, StringRef ASTFile,
733
ASTSourceDescriptor
(Module &M);
/src/external/apache2/llvm/dist/clang/lib/Basic/
Module.cpp
678
ASTSourceDescriptor
::
ASTSourceDescriptor
(Module &M)
686
std::string
ASTSourceDescriptor
::getModuleName() const {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExternalASTSource.h
41
class
ASTSourceDescriptor
;
165
virtual llvm::Optional<
ASTSourceDescriptor
> getSourceDescriptor(unsigned ID);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.h
65
ASTSourceDescriptor
PCHDescriptor;
394
void setPCHDescriptor(
ASTSourceDescriptor
PCH) { PCHDescriptor = PCH; }
612
llvm::DIModule *getOrCreateModuleRef(
ASTSourceDescriptor
Mod,
CGDebugInfo.cpp
2591
llvm::DIModule *CGDebugInfo::getOrCreateModuleRef(
ASTSourceDescriptor
Mod,
2675
: getOrCreateModuleRef(
ASTSourceDescriptor
(*M->Parent),
3281
auto Info =
ASTSourceDescriptor
(*M);
4996
auto Info =
ASTSourceDescriptor
(*M);
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h
2107
llvm::Optional<
ASTSourceDescriptor
> getSourceDescriptor(unsigned ID) override;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
8651
llvm::Optional<
ASTSourceDescriptor
>
8654
return
ASTSourceDescriptor
(*M);
8663
return
ASTSourceDescriptor
(ModuleName, MF.OriginalDir, FileName,
Completed in 93 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026