Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp471 Actions.ActOnFinishDelayedCXXMethodDeclaration(getCurScope(), LM.Method); in ParseLexedMethodDeclaration()
/external/clang/include/clang/Sema/
DSema.h5434 void ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *Method);
/external/clang/lib/Sema/
DSemaDeclCXX.cpp6780 void Sema::ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnFinishDelayedCXXMethodDeclaration() function in Sema