Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp519 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 DParsePragma.cpp3176 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 DDecl.h149 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 DDecl.cpp5275 SourceLocation CommentLoc, in Create() argument
5280 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9595 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 DSema.h1880 void ActOnPragmaMSComment(SourceLocation CommentLoc, PragmaMSCommentKind Kind,