Home
last modified time | relevance | path

Searched defs:ASTFile (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/sksl/
DSkSLASTFile.h15 struct ASTFile { struct
16 ASTFile() in ASTFile() argument
19 ASTNode& root() { in root()
26 ASTNode::ID fRoot;
28 friend class IRGenerator;
29 friend class Parser;
/external/clang/include/clang/AST/
DExternalASTSource.h151 StringRef ASTFile; variable
157 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile, in ASTSourceDescriptor()
/external/llvm-project/clang/include/clang/Basic/
DModule.h165 Optional<FileEntryRef> ASTFile; variable
719 StringRef ASTFile; variable
725 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile, in ASTSourceDescriptor()
/external/llvm-project/clang/unittests/CrossTU/
DCrossTranslationUnitTest.cpp57 llvm::ToolOutputFile ASTFile(ASTFileName, ASTFD); in HandleTranslationUnit() local
/external/clang/include/clang/Basic/
DModule.h83 const FileEntry *ASTFile; variable