Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h602 return getLocalDirective() || !ModuleMacros.empty();
609 if (auto *MD = getLocalDirective()) in getMacroInfo()
619 DefMacroDirective *getLocalDirective() const { in getLocalDirective() function
627 if (auto *MD = getLocalDirective()) in forAllDefinitions()
/llvm-project/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.cpp584 if (Value.getLocalDirective()) { in appendArgument()