Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp311 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method); in ParseLexedMethodDeclaration()
/external/clang/include/clang/Sema/
DSema.h5431 void ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *Method);
/external/clang/lib/Sema/
DSemaDeclCXX.cpp6750 void Sema::ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnStartDelayedCXXMethodDeclaration() function in Sema