HomeSort by relevance Sort by last modified time
    Searched refs:FnIdent (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_export_reduce.h 57 enum FnIdent {
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 *Fn);
slang_rs_export_reduce.cpp 73 const char *RSExportReduce::getKey(FnIdent Kind) {
76 slangAssert(!"Unknown FnIdent");
210 void RSExportReduce::notOk(StateOfAnalyzeTranslationUnit &S, FnIdent Kind) {
221 FnIdent Kind, clang::FunctionDecl *Fn) {
234 FnIdent Kind, const llvm::StringRef &Name,
    [all...]

Completed in 77 milliseconds