Lines Matching defs:Name
132 explicit PragmaMSPragma(const char *name) : PragmaHandler(name) {}
154 PragmaUnrollHintHandler(const char *name) : PragmaHandler(name) {}
331 IdentifierInfo *Name;
348 Actions.ActOnPragmaPack(Info->Kind, Info->Name, Alignment.get(), PragmaLoc,
375 ConsumeToken(); // The weak name.
643 // Grab the string literal for our section name.
683 // #pragma init_seg({ compiler | lib | user | "section-name" [, func-name]} )
695 // Parse either the known section names or the string section name.
727 // FIXME: Add support for the '[, func-name]' part of the pragma.
760 "Unexpected pragma name");
945 IdentifierInfo *Name = nullptr;
984 Name = Tok.getIdentifierInfo();
1029 Info->Name = Name;
1720 /// #pragma detect_mismatch("name", "value")
1722 /// Where 'name' and 'value' are quoted strings. The values are embedded in
1724 /// mismatch in the object file's values for the given name, a LNK2038 error
1736 // Read the name to embed, which must be a string literal.