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.
2749 SmallVector<Token, 16> Pragma;
2756 Pragma.push_back(Tok);
2775 Pragma.push_back(Tok);
2777 auto Toks = std::make_unique<Token[]>(Pragma.size());
2778 std::copy(Pragma.begin(), Pragma.end(), Toks.get());
2779 PP.EnterTokenStream(std::move(Toks), Pragma.size(),
3784 /// Pragma intrisic tells the compiler to use a builtin version of the