Searched defs:ParsePragmaPushOrPopMacro (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DPragma.cpp503 /// ParsePragmaPushOrPopMacro - Handle parsing of pragma push_macro/pop_macro.
505 IdentifierInfo *Preprocessor::ParsePragmaPushOrPopMacro(Token &Tok) { function in class:Preprocessor
562 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PushMacroTok);
587 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PopMacroTok);

Completed in 1107 milliseconds