Home
last modified time | relevance | path

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

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