Searched refs:StaticAssertLoc (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h3022 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc, argument
3025 : Decl(StaticAssert, DC, StaticAssertLoc),
3031 SourceLocation StaticAssertLoc,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp2097 SourceLocation StaticAssertLoc,
2102 return new (C) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message,
2096 Create(ASTContext &C, DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp648 SourceLocation StaticAssertLoc = ConsumeToken(); local
684 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp11200 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc, argument
11209 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr,
11213 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc, argument
11236 Diag(StaticAssertLoc, diag::err_static_assert_failed)
11242 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4815 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
4819 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,

Completed in 221 milliseconds