Searched defs:AssertExpr (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 946 getStaticAssertNoMessageFixIt(const Expr * AssertExpr,SourceLocation EndExprLoc) getStaticAssertNoMessageFixIt() argument 995 ExprResult AssertExpr(ParseConstantExpressionInExprEvalContext()); ParseStaticAssertDeclaration() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 3292 Create(ASTContext & C,DeclContext * DC,SourceLocation StaticAssertLoc,Expr * AssertExpr,Expr * Message,SourceLocation RParenLoc,bool Failed) Create() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 4057 StaticAssertDecl(DeclContext * DC,SourceLocation StaticAssertLoc,Expr * AssertExpr,Expr * Message,SourceLocation RParenLoc,bool Failed) StaticAssertDecl() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 1441 Expr *AssertExpr = D->getAssertExpr(); VisitStaticAssertDecl() local
|
H A D | SemaDeclCXX.cpp | 17075 ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,Expr * AssertExpr,Expr * AssertMessageExpr,SourceLocation RParenLoc) ActOnStaticAssertDeclaration() argument 17423 BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,Expr * AssertExpr,Expr * AssertMessage,SourceLocation RParenLoc,bool Failed) BuildStaticAssertDeclaration() argument [all...] |