Searched refs:CommentLoc (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 457 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 D | ParsePragma.cpp | 2838 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 D | Decl.h | 123 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 D | Decl.cpp | 4742 SourceLocation CommentLoc, in Create() argument 4747 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9106 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 D | Sema.h | 9889 void ActOnPragmaMSComment(SourceLocation CommentLoc, PragmaMSCommentKind Kind,
|