Searched refs:CommentLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaAttr.cpp | 394 void Sema::ActOnPragmaMSComment(SourceLocation CommentLoc, in ActOnPragmaMSComment() argument 397 Context, Context.getTranslationUnitDecl(), CommentLoc, Kind, Arg); in ActOnPragmaMSComment()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParsePragma.cpp | 2537 SourceLocation CommentLoc = Tok.getLocation(); in HandlePragma() local 2540 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); in HandlePragma() 2547 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); in HandlePragma() 2608 PP.getPPCallbacks()->PragmaComment(CommentLoc, II, ArgumentString); in HandlePragma() 2610 Actions.ActOnPragmaMSComment(CommentLoc, Kind, ArgumentString); in HandlePragma()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Decl.h | 123 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, in PragmaCommentDecl() argument 125 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {} in PragmaCommentDecl() 131 SourceLocation CommentLoc,
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | Decl.cpp | 4597 SourceLocation CommentLoc, in Create() argument 4602 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 9017 SourceLocation CommentLoc = C->getBeginLoc(); in ReadComments() local 9018 if (CommentLoc.isValid()) { in ReadComments() 9020 SourceMgr.getDecomposedLoc(CommentLoc); in ReadComments()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | Sema.h | 9338 void ActOnPragmaMSComment(SourceLocation CommentLoc, PragmaMSCommentKind Kind,
|