Searched defs:PragmaLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DSemaAttr.cpp145 SourceLocation PragmaLoc) {
172 Diag(PragmaLoc, diag::err_pragma_options_align_mac68k_target_unsupported);
183 Diag(PragmaLoc, diag::warn_pragma_options_align_reset_failed)
191 Expr *alignment, SourceLocation PragmaLoc,
207 Diag(PragmaLoc, diag::warn_pragma_pack_invalid_alignment);
232 Diag(PragmaLoc, diag::warn_pragma_pack_show) << "mac68k";
234 Diag(PragmaLoc, diag::warn_pragma_pack_show) << AlignmentVal;
248 Diag(PragmaLoc, diag::warn_pragma_pack_pop_identifer_and_alignment);
255 Diag(PragmaLoc, diag::warn_pragma_pop_failed)
298 SourceLocation PragmaLoc) {
144 ActOnPragmaOptionsAlign(PragmaOptionsAlignKind Kind, SourceLocation PragmaLoc) argument
190 ActOnPragmaPack(PragmaPackKind Kind, IdentifierInfo *Name, Expr *alignment, SourceLocation PragmaLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
296 ActOnPragmaMSPointersToMembers( LangOptions::PragmaMSPointersToMembersKind RepresentationMethod, SourceLocation PragmaLoc) argument
303 ActOnPragmaMSVtorDisp(PragmaVtorDispKind Kind, SourceLocation PragmaLoc, MSVtorDispAttr::Mode Mode) argument
434 ActOnPragmaUnused(const Token &IdTok, Scope *curScope, SourceLocation PragmaLoc) argument
473 ActOnPragmaOptimize(bool On, SourceLocation PragmaLoc) argument
538 ActOnPragmaVisibility(const IdentifierInfo* VisType, SourceLocation PragmaLoc) argument
[all...]
H A DSemaDecl.cpp13426 SourceLocation PragmaLoc,
13442 SourceLocation PragmaLoc,
13447 PrevDecl->addAttr(WeakAttr::CreateImplicit(Context, PragmaLoc));
13457 SourceLocation PragmaLoc,
13424 ActOnPragmaRedefineExtname(IdentifierInfo* Name, IdentifierInfo* AliasName, SourceLocation PragmaLoc, SourceLocation NameLoc, SourceLocation AliasNameLoc) argument
13441 ActOnPragmaWeakID(IdentifierInfo* Name, SourceLocation PragmaLoc, SourceLocation NameLoc) argument
13455 ActOnPragmaWeakAlias(IdentifierInfo* Name, IdentifierInfo* AliasName, SourceLocation PragmaLoc, SourceLocation NameLoc, SourceLocation AliasNameLoc) argument
/external/clang/lib/Lex/
H A DPragma.cpp182 SourceLocation PragmaLoc = Tok.getLocation(); local
187 Diag(PragmaLoc, diag::err__Pragma_malformed);
194 Diag(PragmaLoc, diag::err__Pragma_malformed);
218 Diag(PragmaLoc, diag::err__Pragma_malformed);
290 Lexer *TL = Lexer::Create_PragmaLexer(TokLoc, PragmaLoc, RParenLoc,
296 HandlePragmaDirective(PragmaLoc, PIK__Pragma);
306 SourceLocation PragmaLoc = Tok.getLocation();
311 Diag(PragmaLoc, diag::err__Pragma_malformed);
329 Diag(PragmaLoc, diag::err_unterminated___pragma);
345 HandlePragmaDirective(PragmaLoc, PIK___pragm
[all...]
/external/clang/lib/Parse/
H A DParsePragma.cpp315 SourceLocation PragmaLoc = ConsumeToken(); local
322 Actions.ActOnPragmaPack(Info->Kind, Info->Name, Alignment.get(), PragmaLoc,
340 SourceLocation PragmaLoc = ConsumeToken(); local
341 Actions.ActOnPragmaOptionsAlign(Kind, PragmaLoc);
346 SourceLocation PragmaLoc = ConsumeToken(); local
347 Actions.ActOnPragmaWeakID(Tok.getIdentifierInfo(), PragmaLoc,
354 SourceLocation PragmaLoc = ConsumeToken(); local
361 Actions.ActOnPragmaWeakAlias(WeakName, AliasName, PragmaLoc,
449 SourceLocation PragmaLoc = ConsumeToken(); // The annotation token. local
450 Actions.ActOnPragmaMSPointersToMembers(RepresentationMethod, PragmaLoc);
459 SourceLocation PragmaLoc = ConsumeToken(); // The annotation token. local
[all...]
/external/clang/lib/Serialization/
H A DASTWriter.cpp3857 SourceLocation PragmaLoc = SemaRef.getOptimizeOffPragmaLocation(); local
3858 AddSourceLocation(PragmaLoc, Record);

Completed in 551 milliseconds