Home
last modified time | relevance | path

Searched refs:FnIdent (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_reduce.h57 enum FnIdent { enum
64 static const char *getKey(FnIdent Kind);
106 static void notOk(StateOfAnalyzeTranslationUnit &S, FnIdent Kind);
109 FnIdent Kind, const llvm::StringRef &Name,
112 …static void checkVoidReturn(StateOfAnalyzeTranslationUnit &S, FnIdent Kind, clang::FunctionDecl *F…
Dslang_rs_export_reduce.cpp73 const char *RSExportReduce::getKey(FnIdent Kind) { in getKey()
210 void RSExportReduce::notOk(StateOfAnalyzeTranslationUnit &S, FnIdent Kind) { in notOk()
221 FnIdent Kind, clang::FunctionDecl *Fn) { in checkVoidReturn()
234 FnIdent Kind, const llvm::StringRef &Name, in checkPointeeConstQualified()