Home
last modified time | relevance | path

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

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