Home
last modified time | relevance | path

Searched refs:ASTFile (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang/include/clang/Basic/
DModule.h165 Optional<FileEntryRef> ASTFile; variable
532 return getTopLevelModule()->ASTFile; in getASTFile()
539 getTopLevelModule()->ASTFile = File; in setASTFile()
719 StringRef ASTFile; variable
725 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile, in ASTSourceDescriptor() argument
728 ASTFile(std::move(ASTFile)), Signature(Signature) {} in ASTSourceDescriptor()
733 StringRef getASTFile() const { return ASTFile; } in getASTFile()
/external/skia/src/sksl/
DSkSLASTFile.h15 struct ASTFile { struct
16 ASTFile() in ASTFile() argument
DSkSLParser.h74 std::unique_ptr<ASTFile> compilationUnit();
313 std::unique_ptr<ASTFile> fFile;
DSkSLIRGenerator.h262 std::unique_ptr<ASTFile> fFile;
DSkSLASTNode.h51 friend struct ASTFile;
DSkSLParser.cpp155 std::unique_ptr<ASTFile> Parser::compilationUnit() { in compilationUnit()
156 fFile = std::make_unique<ASTFile>(); in compilationUnit()
/external/clang/include/clang/AST/
DExternalASTSource.h151 StringRef ASTFile; variable
157 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile, in ASTSourceDescriptor() argument
160 ASTFile(std::move(ASTFile)), Signature(Signature){}; in ASTSourceDescriptor()
164 StringRef getASTFile() const { return ASTFile; } in getASTFile()
/external/clang/include/clang/Basic/
DModule.h83 const FileEntry *ASTFile; variable
385 return getTopLevelModule()->ASTFile; in getASTFile()
392 getTopLevelModule()->ASTFile = File; in setASTFile()
/external/clang/lib/AST/
DExternalASTSource.cpp36 ASTFile = File->getName(); in ASTSourceDescriptor()
/external/llvm-project/clang/unittests/CrossTU/
DCrossTranslationUnitTest.cpp57 llvm::ToolOutputFile ASTFile(ASTFileName, ASTFD); in HandleTranslationUnit() local
/external/clang/lib/Basic/
DModule.cpp30 Umbrella(), Signature(0), ASTFile(nullptr), VisibilityID(VisibilityID), in Module()
/external/llvm-project/clang/lib/Basic/
DModule.cpp678 ASTFile = File->getName(); in ASTSourceDescriptor()