Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDeclCXX.cpp1110 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, AssertExpr.get(), in ParseStaticAssertDeclaration()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h5511 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp16930 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, in ActOnStaticAssertDeclaration() function in Sema