Home
last modified time | relevance | path

Searched refs:getLocalDirective (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DMacroInfo.h600 return getLocalDirective() || !ModuleMacros.empty();
607 if (auto *MD = getLocalDirective()) in getMacroInfo()
617 DefMacroDirective *getLocalDirective() const { in getLocalDirective() function
625 if (auto *MD = getLocalDirective()) in forAllDefinitions()
/llvm-project-15.0.7/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.cpp581 if (Value.getLocalDirective()) { in appendArgument()