Searched refs:Ident__pragma (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp104 Ident__pragma = RegisterBuiltinMacro(*this, "__pragma");
107 Ident__pragma = nullptr;
1237 else if (II == Ident__pragma) // in non-MS mode this is null
/external/clang/include/clang/Lex/
H A DPreprocessor.h118 IdentifierInfo *Ident_Pragma, *Ident__pragma; // _Pragma, __pragma member in class:clang::Preprocessor

Completed in 127 milliseconds