Home
last modified time | relevance | path

Searched refs:getLocalMacroDirectiveHistory (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1108 auto *MD = getLocalMacroDirectiveHistory(II); in getLocalMacroDirective()
1132 MacroDirective *getLocalMacroDirectiveHistory(const IdentifierInfo *II) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp63 Preprocessor::getLocalMacroDirectiveHistory(const IdentifierInfo *II) const { in getLocalMacroDirectiveHistory() function in Preprocessor
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1351 auto *LatestLocalMD = PP.getLocalMacroDirectiveHistory(Id); in checkConfigMacro()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp9010 MacroDirective *MD = PP.getLocalMacroDirectiveHistory(&II); in getMacroInfo()
9067 MacroDirective *InnerMD = PP.getLocalMacroDirectiveHistory(&II); in checkForMacroInMacroDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2213 MacroDirective *MD = PP.getLocalMacroDirectiveHistory(Name); in WritePreprocessor()