Searched refs:getMacroDirective (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Lex/
H A DPPDirectives.cpp1175 MacroDirective *MD = getMacroDirective(II);
1202 MacroDirective *MD = getMacroDirective(II);
2071 MacroDirective *MD = getMacroDirective(MacroNameTok.getIdentifierInfo());
2123 MacroDirective *MD = getMacroDirective(MII);
H A DPPExpressions.cpp119 Macro = PP.getMacroDirective(II);
151 MD = PP.getMacroDirective(II);
H A DPreprocessor.cpp647 if (MacroDirective *MD = getMacroDirective(&II)) {
H A DPragma.cpp592 if (MacroDirective *CurrentMD = getMacroDirective(IdentInfo)) {
/external/clang/include/clang/Lex/
H A DPreprocessor.h531 MacroDirective *getMacroDirective(IdentifierInfo *II) const { function in class:clang::Preprocessor
545 if (MacroDirective *MD = getMacroDirective(II))
/external/clang/lib/Serialization/
H A DASTReader.cpp1614 MacroDirective *Prev = PP.getMacroDirective(II);

Completed in 82 milliseconds