Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaAttr.cpp394 void Sema::ActOnPragmaMSComment(SourceLocation CommentLoc, in ActOnPragmaMSComment() argument
397 Context, Context.getTranslationUnitDecl(), CommentLoc, Kind, Arg); in ActOnPragmaMSComment()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParsePragma.cpp2537 SourceLocation CommentLoc = Tok.getLocation(); in HandlePragma() local
2540 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); in HandlePragma()
2547 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); in HandlePragma()
2608 PP.getPPCallbacks()->PragmaComment(CommentLoc, II, ArgumentString); in HandlePragma()
2610 Actions.ActOnPragmaMSComment(CommentLoc, Kind, ArgumentString); in HandlePragma()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h123 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, in PragmaCommentDecl() argument
125 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {} in PragmaCommentDecl()
131 SourceLocation CommentLoc,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp4597 SourceLocation CommentLoc, in Create() argument
4602 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp9017 SourceLocation CommentLoc = C->getBeginLoc(); in ReadComments() local
9018 if (CommentLoc.isValid()) { in ReadComments()
9020 SourceMgr.getDecomposedLoc(CommentLoc); in ReadComments()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h9338 void ActOnPragmaMSComment(SourceLocation CommentLoc, PragmaMSCommentKind Kind,