Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_reduce.cpp94 struct RSExportReduce::StateOfAnalyzeTranslationUnit { struct in slang::RSExportReduce
96 …ef std::function<std::string (const char *Key, const std::string &Name)> DiagnosticDescriptionType;
98 StateOfAnalyzeTranslationUnit( in StateOfAnalyzeTranslationUnit() argument
132 RSContext &RSC;
133 clang::Preprocessor &PP;
134 clang::ASTContext &ASTC;
135 const DiagnosticDescriptionType DiagnosticDescription;
139 bool Ok;
141 clang::FunctionDecl *FnInitializer;
142 clang::FunctionDecl *FnAccumulator;
[all …]