HomeSort by: relevance | last modified time | path
    Searched refs:StaticAssertLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 3784 StaticAssertDecl(DeclContext *DC, SourceLocation StaticAssertLoc,
3787 : Decl(StaticAssert, DC, StaticAssertLoc),
3797 SourceLocation StaticAssertLoc,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 16092 Decl *Sema::ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
16102 return BuildStaticAssertDeclaration(StaticAssertLoc, AssertExpr,
16106 Decl *Sema::BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,
16121 ActOnFinishFullExpr(Converted.get(), StaticAssertLoc,
16149 Diag(StaticAssertLoc, diag::err_static_assert_failed)
16156 Diag(StaticAssertLoc, diag::err_static_assert_requirement_failed)
16160 Diag(StaticAssertLoc, diag::err_static_assert_failed)
16166 ExprResult FullAssertExpr = ActOnFinishFullExpr(AssertExpr, StaticAssertLoc,
16175 Decl *Decl = StaticAssertDecl::Create(Context, CurContext, StaticAssertLoc,
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 3156 SourceLocation StaticAssertLoc,
3161 return new (C, DC) StaticAssertDecl(DC, StaticAssertLoc, AssertExpr, Message,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 891 SourceLocation StaticAssertLoc = ConsumeToken();
946 return Actions.ActOnStaticAssertDeclaration(StaticAssertLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 7111 Decl *ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,
7115 Decl *BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,

Completed in 45 milliseconds