OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASTFile
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/AST/
ExternalASTSource.h
151
StringRef
ASTFile
;
157
ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef
ASTFile
,
160
ASTFile
(std::move(
ASTFile
)), Signature(Signature){};
164
StringRef getASTFile() const { return
ASTFile
; }
/external/clang/include/clang/Basic/
Module.h
85
const FileEntry *
ASTFile
;
387
return getTopLevelModule()->
ASTFile
;
394
getTopLevelModule()->
ASTFile
= File;
/external/clang/lib/AST/
ExternalASTSource.cpp
36
ASTFile
= File->getName();
/external/clang/lib/Basic/
Module.cpp
30
Umbrella(), Signature(0),
ASTFile
(nullptr), VisibilityID(VisibilityID),
Completed in 128 milliseconds