Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp457 void Sema::ActOnPragmaMSComment(SourceLocation CommentLoc, in ActOnPragmaMSComment() argument
460 Context, Context.getTranslationUnitDecl(), CommentLoc, Kind, Arg); in ActOnPragmaMSComment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp2838 SourceLocation CommentLoc = Tok.getLocation(); in HandlePragma() local
2841 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); in HandlePragma()
2848 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed); in HandlePragma()
2909 PP.getPPCallbacks()->PragmaComment(CommentLoc, II, ArgumentString); in HandlePragma()
2911 Actions.ActOnPragmaMSComment(CommentLoc, Kind, ArgumentString); in HandlePragma()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h123 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, in PragmaCommentDecl() argument
125 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {} in PragmaCommentDecl()
131 SourceLocation CommentLoc,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4742 SourceLocation CommentLoc, in Create() argument
4747 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9106 SourceLocation CommentLoc = C->getBeginLoc(); in ReadComments() local
9107 if (CommentLoc.isValid()) { in ReadComments()
9109 SourceMgr.getDecomposedLoc(CommentLoc); in ReadComments()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9889 void ActOnPragmaMSComment(SourceLocation CommentLoc, PragmaMSCommentKind Kind,