Home
last modified time | relevance | path

Searched refs:CommentLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAttr.cpp275 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 DParsePragma.cpp2528 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 DDecl.h149 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 DDecl.cpp4316 SourceLocation CommentLoc, in Create() argument
4321 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8385 void ActOnPragmaMSComment(SourceLocation CommentLoc, PragmaMSCommentKind Kind,