Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp462 Actions.ActOnFinishDelayedCXXMethodDeclaration(getCurScope(), LM.Method); in ParseLexedMethodDeclaration()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5919 void ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *Method);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp8121 void Sema::ActOnFinishDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnFinishDelayedCXXMethodDeclaration() function in Sema