Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1381 auto *MD = getLocalMacroDirectiveHistory(II); in getLocalMacroDirective()
1405 MacroDirective *getLocalMacroDirectiveHistory(const IdentifierInfo *II) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp63 Preprocessor::getLocalMacroDirectiveHistory(const IdentifierInfo *II) const { in getLocalMacroDirectiveHistory() function in Preprocessor
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1540 auto *LatestLocalMD = PP.getLocalMacroDirectiveHistory(Id); in checkConfigMacro()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2430 MacroDirective *MD = PP.getLocalMacroDirectiveHistory(Name); in WritePreprocessor()