Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp326 P.Actions.ActOnFinishDelayedMemberDeclarations(P.getCurScope(), in ~ReenterClassScopeRAII()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h7470 void ActOnFinishDelayedMemberDeclarations(Scope *S, Decl *Record);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp10355 void Sema::ActOnFinishDelayedMemberDeclarations(Scope *S, Decl *RecordD) { in ActOnFinishDelayedMemberDeclarations() function in Sema