clang
3.9.0
|
This is the complete list of members for clang::StaticAssertDecl, including all inherited members.
ASTDeclReader class | clang::StaticAssertDecl | friend |
classof(const Decl *D) | clang::StaticAssertDecl | inlinestatic |
classofKind(Kind K) | clang::StaticAssertDecl | inlinestatic |
Create(ASTContext &C, DeclContext *DC, SourceLocation StaticAssertLoc, Expr *AssertExpr, StringLiteral *Message, SourceLocation RParenLoc, bool Failed) | clang::StaticAssertDecl | static |
CreateDeserialized(ASTContext &C, unsigned ID) | clang::StaticAssertDecl | static |
getAssertExpr() | clang::StaticAssertDecl | inline |
getAssertExpr() const | clang::StaticAssertDecl | inline |
getMessage() | clang::StaticAssertDecl | inline |
getMessage() const | clang::StaticAssertDecl | inline |
getRParenLoc() const | clang::StaticAssertDecl | inline |
getSourceRange() const override LLVM_READONLY | clang::StaticAssertDecl | inline |
isFailed() const | clang::StaticAssertDecl | inline |