Home
last modified time | relevance | path

Searched refs:ActOnFinishDelayedCXXMethodDeclaration (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseCXXInlineMethods.cpp462 Actions.ActOnFinishDelayedCXXMethodDeclaration(getCurScope(), LM.Method); in ParseLexedMethodDeclaration()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h5233 void ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *Method);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp6616 void Sema::ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnFinishDelayedCXXMethodDeclaration() function in Sema