Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp518 Actions.ActOnFinishDelayedCXXMethodDeclaration(getCurScope(), LM.Method); in ParseLexedMethodDeclaration()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h7471 void ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *Method);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp10405 void Sema::ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnFinishDelayedCXXMethodDeclaration() function in Sema