Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp506 void Sema::ActOnPragmaMSComment(SourceLocation CommentLoc, in ActOnPragmaMSComment() argument
509 Context, Context.getTranslationUnitDecl(), CommentLoc, Kind, Arg); in ActOnPragmaMSComment()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp3165 SourceLocation CommentLoc = Tok.getLocation(); in HandlePragma() local
3168 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); in HandlePragma()
3175 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); in HandlePragma()
3228 PP.getPPCallbacks()->PragmaComment(CommentLoc, II, ArgumentString); in HandlePragma()
3230 Actions.ActOnPragmaMSComment(CommentLoc, Kind, ArgumentString); in HandlePragma()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h149 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, in PragmaCommentDecl() argument
151 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {} in PragmaCommentDecl()
157 SourceLocation CommentLoc,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5217 SourceLocation CommentLoc, in Create() argument
5222 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9455 SourceLocation CommentLoc = C->getBeginLoc(); in ReadComments() local
9456 if (CommentLoc.isValid()) { in ReadComments()
9458 SourceMgr.getDecomposedLoc(CommentLoc); in ReadComments()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10931 void ActOnPragmaMSComment(SourceLocation CommentLoc, PragmaMSCommentKind Kind,