Searched refs:CommentLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 506 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 D | ParsePragma.cpp | 3165 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 D | Decl.h | 149 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 D | Decl.cpp | 5217 SourceLocation CommentLoc, in Create() argument 5222 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9455 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 D | Sema.h | 10931 void ActOnPragmaMSComment(SourceLocation CommentLoc, PragmaMSCommentKind Kind,
|