Home
last modified time | relevance | path

Searched defs:AssertExpr (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1001 getStaticAssertNoMessageFixIt(const Expr * AssertExpr,SourceLocation EndExprLoc) getStaticAssertNoMessageFixIt() argument
1050 ExprResult AssertExpr(ParseConstantExpressionInExprEvalContext()); ParseStaticAssertDeclaration() local
/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3310 Create(ASTContext & C,DeclContext * DC,SourceLocation StaticAssertLoc,Expr * AssertExpr,Expr * Message,SourceLocation RParenLoc,bool Failed) Create() argument
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4064 StaticAssertDecl(DeclContext * DC,SourceLocation StaticAssertLoc,Expr * AssertExpr,Expr * Message,SourceLocation RParenLoc,bool Failed) StaticAssertDecl() argument
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1472 Expr *AssertExpr = D->getAssertExpr(); VisitStaticAssertDecl() local
H A DSemaDeclCXX.cpp16872 ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,Expr * AssertExpr,Expr * AssertMessageExpr,SourceLocation RParenLoc) ActOnStaticAssertDeclaration() argument
17218 BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,Expr * AssertExpr,Expr * AssertMessage,SourceLocation RParenLoc,bool Failed) BuildStaticAssertDeclaration() argument
[all...]