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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp401 void Sema::ActOnPragmaMSComment(SourceLocation CommentLoc, argument
404 Context, Context.getTranslationUnitDecl(), CommentLoc, Kind, Arg);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp2714 SourceLocation CommentLoc = Tok.getLocation(); local
2717 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed);
2724 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed);
2785 PP.getPPCallbacks()->PragmaComment(CommentLoc, II, ArgumentString);
2787 Actions.ActOnPragmaMSComment(CommentLoc, Kind, ArgumentString);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h123 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, argument
125 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {}
131 SourceLocation CommentLoc,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4609 SourceLocation CommentLoc,
4614 PragmaCommentDecl(DC, CommentLoc, CommentKind);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9141 SourceLocation CommentLoc = C->getBeginLoc();
9142 if (CommentLoc.isValid()) {
9144 SourceMgr.getDecomposedLoc(CommentLoc);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9613 void ActOnPragmaMSComment(SourceLocation CommentLoc, PragmaMSCommentKind Kind,

Completed in 253 milliseconds