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

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

Completed in 64 milliseconds