Searched defs:CommentLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaAttr.cpp179 void Sema::ActOnPragmaMSComment(SourceLocation CommentLoc, argument
182 Context, Context.getTranslationUnitDecl(), CommentLoc, Kind, Arg);
/external/clang/include/clang/AST/
H A DDecl.h120 PragmaCommentDecl(TranslationUnitDecl *TU, SourceLocation CommentLoc, argument
122 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {}
126 SourceLocation CommentLoc,
/external/clang/lib/Parse/
H A DParsePragma.cpp1796 SourceLocation CommentLoc = Tok.getLocation(); local
1799 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed);
1806 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed);
1861 PP.getPPCallbacks()->PragmaComment(CommentLoc, II, ArgumentString);
1863 Actions.ActOnPragmaMSComment(CommentLoc, Kind, ArgumentString);
/external/clang/lib/AST/
H A DDecl.cpp3927 SourceLocation CommentLoc,
3932 PragmaCommentDecl(DC, CommentLoc, CommentKind);
3925 Create(const ASTContext &C, TranslationUnitDecl *DC, SourceLocation CommentLoc, PragmaMSCommentKind CommentKind, StringRef Arg) argument

Completed in 68 milliseconds