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

/external/clang/lib/Parse/
H A DParsePragma.cpp52 SourceLocation PragmaLoc = ConsumeToken(); local
53 Actions.ActOnPragmaPack(Info->Kind, Info->Name, Info->Alignment, PragmaLoc,
/external/clang/lib/Sema/
H A DSemaAttr.cpp139 SourceLocation PragmaLoc,
150 Diag(PragmaLoc, diag::warn_pragma_options_align_reset_failed)
177 Diag(PragmaLoc, diag::err_pragma_options_align_mac68k_target_unsupported);
185 Diag(PragmaLoc, diag::warn_pragma_options_align_unsupported_option)
192 Expr *alignment, SourceLocation PragmaLoc,
208 Diag(PragmaLoc, diag::warn_pragma_pack_invalid_alignment);
233 Diag(PragmaLoc, diag::warn_pragma_pack_show) << "mac68k";
235 Diag(PragmaLoc, diag::warn_pragma_pack_show) << AlignmentVal;
249 Diag(PragmaLoc, diag::warn_pragma_pack_pop_identifer_and_alignment);
256 Diag(PragmaLoc, dia
138 ActOnPragmaOptionsAlign(PragmaOptionsAlignKind Kind, SourceLocation PragmaLoc, SourceLocation KindLoc) argument
191 ActOnPragmaPack(PragmaPackKind Kind, IdentifierInfo *Name, Expr *alignment, SourceLocation PragmaLoc, SourceLocation LParenLoc, SourceLocation RParenLoc) argument
273 ActOnPragmaUnused(const Token &IdTok, Scope *curScope, SourceLocation PragmaLoc) argument
348 ActOnPragmaVisibility(const IdentifierInfo* VisType, SourceLocation PragmaLoc) argument
[all...]
H A DSemaDecl.cpp10418 SourceLocation PragmaLoc,
10434 SourceLocation PragmaLoc,
10439 PrevDecl->addAttr(::new (Context) WeakAttr(PragmaLoc, Context));
10449 SourceLocation PragmaLoc,
10416 ActOnPragmaRedefineExtname(IdentifierInfo* Name, IdentifierInfo* AliasName, SourceLocation PragmaLoc, SourceLocation NameLoc, SourceLocation AliasNameLoc) argument
10433 ActOnPragmaWeakID(IdentifierInfo* Name, SourceLocation PragmaLoc, SourceLocation NameLoc) argument
10447 ActOnPragmaWeakAlias(IdentifierInfo* Name, IdentifierInfo* AliasName, SourceLocation PragmaLoc, SourceLocation NameLoc, SourceLocation AliasNameLoc) argument
/external/clang/lib/Lex/
H A DPragma.cpp174 SourceLocation PragmaLoc = Tok.getLocation(); local
179 Diag(PragmaLoc, diag::err__Pragma_malformed);
186 Diag(PragmaLoc, diag::err__Pragma_malformed);
210 Diag(PragmaLoc, diag::err__Pragma_malformed);
256 Lexer *TL = Lexer::Create_PragmaLexer(TokLoc, PragmaLoc, RParenLoc,
272 SourceLocation PragmaLoc = Tok.getLocation(); local
277 Diag(PragmaLoc, diag::err__Pragma_malformed);
295 Diag(PragmaLoc, diag::err_unterminated___pragma);

Completed in 143 milliseconds