Searched refs:CommentLoc (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 519 void Sema::ActOnPragmaMSComment(SourceLocation CommentLoc, in ActOnPragmaMSComment() argument 522 Context, Context.getTranslationUnitDecl(), CommentLoc, Kind, Arg); in ActOnPragmaMSComment()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 3176 SourceLocation CommentLoc = Tok.getLocation(); in HandlePragma() local 3179 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); in HandlePragma() 3186 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); in HandlePragma() 3239 PP.getPPCallbacks()->PragmaComment(CommentLoc, II, ArgumentString); in HandlePragma() 3241 Actions.ActOnPragmaMSComment(CommentLoc, Kind, ArgumentString); in HandlePragma()
|
/freebsd/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/contrib/llvm-project/clang/lib/AST/ |
H A D | Decl.cpp | 5275 SourceLocation CommentLoc, in Create() argument 5280 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 9595 SourceLocation CommentLoc = C->getBeginLoc(); in ReadComments() local 9596 if (CommentLoc.isValid()) { in ReadComments() 9598 SourceMgr.getDecomposedLoc(CommentLoc); in ReadComments()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1880 void ActOnPragmaMSComment(SourceLocation CommentLoc, PragmaMSCommentKind Kind,
|