Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp1001 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc, AssertExpr.get(), in ParseStaticAssertDeclaration()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h7478 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp16548 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, in ActOnStaticAssertDeclaration() function in Sema