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

/external/clang/lib/Lex/
H A DPragma.cpp506 /// ParsePragmaPushOrPopMacro - Handle parsing of pragma push_macro/pop_macro.
508 IdentifierInfo *Preprocessor::ParsePragmaPushOrPopMacro(Token &Tok) { function in class:Preprocessor
565 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PushMacroTok);
590 IdentifierInfo *IdentInfo = ParsePragmaPushOrPopMacro(PopMacroTok);
/external/clang/include/clang/Lex/
H A DPreprocessor.h1887 IdentifierInfo *ParsePragmaPushOrPopMacro(Token &Tok);

Completed in 65 milliseconds