Searched refs:ActOnStartDelayedCXXMethodDeclaration (Results 1 - 3 of 3) sorted by path

/external/clang/include/clang/Sema/
H A DSema.h4930 void ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *Method);
/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp301 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp6193 /// ActOnStartDelayedCXXMethodDeclaration - We have completed
6201 void Sema::ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { function in class:Sema

Completed in 259 milliseconds