Searched refs:CommentLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 275 void Sema::ActOnPragmaMSComment(SourceLocation CommentLoc, in ActOnPragmaMSComment() argument 278 Context, Context.getTranslationUnitDecl(), CommentLoc, Kind, Arg); in ActOnPragmaMSComment()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 2528 SourceLocation CommentLoc = Tok.getLocation(); in HandlePragma() local 2531 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); in HandlePragma() 2538 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); in HandlePragma() 2599 PP.getPPCallbacks()->PragmaComment(CommentLoc, II, ArgumentString); in HandlePragma() 2601 Actions.ActOnPragmaMSComment(CommentLoc, Kind, ArgumentString); in HandlePragma()
|
| /freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Decl.cpp | 4316 SourceLocation CommentLoc, in Create() argument 4321 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 8385 void ActOnPragmaMSComment(SourceLocation CommentLoc, PragmaMSCommentKind Kind,
|