Searched refs:CommentLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 620 void Sema::ActOnPragmaMSComment(SourceLocation CommentLoc, in ActOnPragmaMSComment() argument 623 Context, Context.getTranslationUnitDecl(), CommentLoc, Kind, Arg); in ActOnPragmaMSComment()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 3187 SourceLocation CommentLoc = Tok.getLocation(); in HandlePragma() local 3190 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); in HandlePragma() 3197 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); in HandlePragma() 3250 PP.getPPCallbacks()->PragmaComment(CommentLoc, II, ArgumentString); in HandlePragma() 3252 Actions.ActOnPragmaMSComment(CommentLoc, Kind, ArgumentString); in HandlePragma()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 173 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, in PragmaCommentDecl() argument 175 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {} in PragmaCommentDecl() 181 SourceLocation CommentLoc,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 5387 SourceLocation CommentLoc, in Create() argument 5392 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10213 SourceLocation CommentLoc = C->getBeginLoc(); in ReadComments() local 10214 if (CommentLoc.isValid()) { in ReadComments() 10215 FileIDAndOffset Loc = SourceMgr.getDecomposedLoc(CommentLoc); in ReadComments()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2187 void ActOnPragmaMSComment(SourceLocation CommentLoc, PragmaMSCommentKind Kind,
|