Home
last modified time | relevance | path

Searched refs:CommentLoc (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp508 void Sema::ActOnPragmaMSComment(SourceLocation CommentLoc, in ActOnPragmaMSComment() argument
511 Context, Context.getTranslationUnitDecl(), CommentLoc, Kind, Arg); in ActOnPragmaMSComment()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParsePragma.cpp3064 SourceLocation CommentLoc = Tok.getLocation(); in HandlePragma() local
3067 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); in HandlePragma()
3074 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); in HandlePragma()
3127 PP.getPPCallbacks()->PragmaComment(CommentLoc, II, ArgumentString); in HandlePragma()
3129 Actions.ActOnPragmaMSComment(CommentLoc, Kind, ArgumentString); in HandlePragma()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h147 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, in PragmaCommentDecl() argument
149 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {} in PragmaCommentDecl()
155 SourceLocation CommentLoc,
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp4967 SourceLocation CommentLoc, in Create() argument
4972 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp9221 SourceLocation CommentLoc = C->getBeginLoc(); in ReadComments() local
9222 if (CommentLoc.isValid()) { in ReadComments()
9224 SourceMgr.getDecomposedLoc(CommentLoc); in ReadComments()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10613 void ActOnPragmaMSComment(SourceLocation CommentLoc, PragmaMSCommentKind Kind,