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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParsePragma.cpp815 SourceLocation CommentLoc = Tok.getLocation(); local
818 PP.Diag(CommentLoc, diag::err_expected_lparen);
853 PP.getPPCallbacks()->PragmaDetectMismatch(CommentLoc, NameString,
871 SourceLocation CommentLoc = Tok.getLocation(); local
874 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed);
881 PP.Diag(CommentLoc, diag::err_pragma_comment_malformed);
928 PP.getPPCallbacks()->PragmaComment(CommentLoc, II, ArgumentString);

Completed in 75 milliseconds