OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PragmaLoc
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Lex/
Pragma.cpp
181
SourceLocation
PragmaLoc
= Tok.getLocation();
186
Diag(
PragmaLoc
, diag::err__Pragma_malformed);
193
Diag(
PragmaLoc
, diag::err__Pragma_malformed);
221
Diag(
PragmaLoc
, diag::err__Pragma_malformed);
293
Lexer *TL = Lexer::Create_PragmaLexer(TokLoc,
PragmaLoc
, RParenLoc,
299
HandlePragmaDirective(
PragmaLoc
, PIK__Pragma);
309
SourceLocation
PragmaLoc
= Tok.getLocation();
314
Diag(
PragmaLoc
, diag::err__Pragma_malformed);
332
Diag(
PragmaLoc
, diag::err_unterminated___pragma);
348
HandlePragmaDirective(
PragmaLoc
, PIK___pragma)
[
all
...]
/external/clang/lib/Parse/
ParsePragma.cpp
351
SourceLocation
PragmaLoc
= ConsumeToken();
358
Actions.ActOnPragmaPack(Info->Kind, Info->Name, Alignment.get(),
PragmaLoc
,
376
SourceLocation
PragmaLoc
= ConsumeToken();
377
Actions.ActOnPragmaOptionsAlign(Kind,
PragmaLoc
);
382
SourceLocation
PragmaLoc
= ConsumeToken();
383
Actions.ActOnPragmaWeakID(Tok.getIdentifierInfo(),
PragmaLoc
,
390
SourceLocation
PragmaLoc
= ConsumeToken();
397
Actions.ActOnPragmaWeakAlias(WeakName, AliasName,
PragmaLoc
,
485
SourceLocation
PragmaLoc
= ConsumeToken(); // The annotation token.
486
Actions.ActOnPragmaMSPointersToMembers(RepresentationMethod,
PragmaLoc
);
[
all
...]
Completed in 283 milliseconds