clang
3.9.0
|
Represents a #pragma comment
line.
More...
#include <Decl.h>
Public Member Functions | |
PragmaMSCommentKind | getCommentKind () const |
StringRef | getArg () const |
Static Public Member Functions | |
static PragmaCommentDecl * | Create (const ASTContext &C, TranslationUnitDecl *DC, SourceLocation CommentLoc, PragmaMSCommentKind CommentKind, StringRef Arg) |
static PragmaCommentDecl * | CreateDeserialized (ASTContext &C, unsigned ID, unsigned ArgSize) |
static bool | classof (const Decl *D) |
static bool | classofKind (Kind K) |
Friends | |
class | ASTDeclReader |
class | ASTDeclWriter |
Represents a #pragma comment
line.
Always a child of TranslationUnitDecl.
Definition at line 137 of file Decl.h.
References classofKind().
|
static |
Definition at line 3926 of file Decl.cpp.
References AttributeLangSupport::C.
Referenced by clang::Sema::ActOnPragmaMSComment().
|
static |
Definition at line 3939 of file Decl.cpp.
References AttributeLangSupport::C, ID, and clang::PCK_Unknown.
|
inline |
Definition at line 134 of file Decl.h.
Referenced by clang::ASTDeclWriter::VisitPragmaCommentDecl().
|
inline |
Definition at line 132 of file Decl.h.
Referenced by clang::ASTDeclWriter::VisitPragmaCommentDecl().
|
friend |
|
friend |