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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp310 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4805 void ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *Method);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp5995 /// ActOnStartDelayedCXXMethodDeclaration - We have completed
6003 void Sema::ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { function in class:Sema

Completed in 134 milliseconds