Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3320 Actions.ActOnTagStartSkippedDefinition(getCurScope(), TagDecl); in SkipCXXMemberSpecification()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3540 SkippedDefinitionContext ActOnTagStartSkippedDefinition(Scope *S, Decl *TD);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1383 Sema::SkippedDefinitionContext Sema::ActOnTagStartSkippedDefinition(Scope *S, in ActOnTagStartSkippedDefinition() function in Sema