Searched refs:getMacroDirectiveHistory (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp167 MacroDirective *Macro = S.PP.getMacroDirectiveHistory(II);
H A DSemaCodeComplete.cpp2575 const MacroDirective *MD = PP.getMacroDirectiveHistory(Macro);
/external/clang/include/clang/Lex/
H A DPreprocessor.h582 MacroDirective *MD = getMacroDirectiveHistory(II);
602 MacroDirective *getMacroDirectiveHistory(const IdentifierInfo *II) const;
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp1054 PP.getMacroDirectiveHistory(Id)->getDefinition();
1082 PP.getMacroDirectiveHistory(Id)->getDefinition();
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp37 Preprocessor::getMacroDirectiveHistory(const IdentifierInfo *II) const { function in class:Preprocessor
/external/clang/tools/libclang/
H A DCIndex.cpp6856 MacroDirective *MD = PP.getMacroDirectiveHistory(&II);
6913 MacroDirective *InnerMD = PP.getMacroDirectiveHistory(&II);
/external/clang/lib/Serialization/
H A DASTWriter.cpp2986 if (Macro || (Macro = PP.getMacroDirectiveHistory(II))) {

Completed in 821 milliseconds