Searched defs:AssertExpr (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DDeclCXX.cpp2032 Expr *AssertExpr,
2036 return new (C) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message,
2030 Create(ASTContext &C, DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) argument
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp583 Expr *AssertExpr = D->getAssertExpr(); local
590 = SemaRef.SubstExpr(AssertExpr, TemplateArgs);
H A DSemaDeclCXX.cpp10893 Expr *AssertExpr,
10898 if (DiagnoseUnexpandedParameterPack(AssertExpr, UPPC_StaticAssertExpression))
10901 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr,
10906 Expr *AssertExpr,
10910 if (!AssertExpr->isTypeDependent() && !AssertExpr->isValueDependent() &&
10914 ExprResult Converted = PerformContextuallyConvertToBool(AssertExpr);
10929 << Msg.str() << AssertExpr->getSourceRange();
10935 AssertExpr, AssertMessage, RParenLoc,
10892 ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, Expr *AssertExpr, Expr *AssertMessageExpr, SourceLocation RParenLoc) argument
10905 BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *AssertMessage, SourceLocation RParenLoc, bool Failed) argument
/external/clang/include/clang/AST/
H A DDeclCXX.h2955 Expr *AssertExpr, StringLiteral *Message,
2958 AssertExprAndFailed(AssertExpr, Failed), Message(Message),
2964 Expr *AssertExpr, StringLiteral *Message,
2954 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) argument

Completed in 665 milliseconds