Lines Matching defs:Pragma
105 // Pragma STDC implementations.
1058 // Pragma handling failed, and has been diagnosed. Slurp up the tokens
1459 if (OptionInfo) { // Pragma Unroll does not specify an option.
2723 SmallVector<Token, 16> Pragma;
2730 Pragma.push_back(Tok);
2749 Pragma.push_back(Tok);
2751 auto Toks = std::make_unique<Token[]>(Pragma.size());
2752 std::copy(Pragma.begin(), Pragma.end(), Toks.get());
2753 PP.EnterTokenStream(std::move(Toks), Pragma.size(),
3758 /// Pragma intrisic tells the compiler to use a builtin version of the