Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp347 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method); in ParseLexedMethodDeclaration()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7715 void ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *Method);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp10468 void Sema::ActOnStartDelayedCXXMethodDeclaration(Scope *S, Decl *MethodD) { in ActOnStartDelayedCXXMethodDeclaration() function in Sema