Home
last modified time | relevance | path

Searched defs:StaticAssertLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1039 SourceLocation StaticAssertLoc = ConsumeToken(); ParseStaticAssertDeclaration() local
/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3309 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.h4063 StaticAssertDecl(DeclContext * DC,SourceLocation StaticAssertLoc,Expr * AssertExpr,Expr * Message,SourceLocation RParenLoc,bool Failed) StaticAssertDecl() argument
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16871 ActOnStaticAssertDeclaration(SourceLocation StaticAssertLoc,Expr * AssertExpr,Expr * AssertMessageExpr,SourceLocation RParenLoc) ActOnStaticAssertDeclaration() argument
17217 BuildStaticAssertDeclaration(SourceLocation StaticAssertLoc,Expr * AssertExpr,Expr * AssertMessage,SourceLocation RParenLoc,bool Failed) BuildStaticAssertDeclaration() argument