Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DMacroInfo.h576 return getLocalDirective() || !ModuleMacros.empty();
583 if (auto *MD = getLocalDirective()) in getMacroInfo()
593 DefMacroDirective *getLocalDirective() const { in getLocalDirective() function
601 if (auto *MD = getLocalDirective()) in forAllDefinitions()
/external/clang/include/clang/Lex/
DMacroInfo.h575 return getLocalDirective() || !ModuleMacros.empty();
582 if (auto *MD = getLocalDirective()) in getMacroInfo()
592 DefMacroDirective *getLocalDirective() const { in getLocalDirective() function
600 if (auto *MD = getLocalDirective()) in forAllDefinitions()
/external/llvm-project/clang-tools-extra/pp-trace/
DPPCallbacksTracker.cpp580 if (Value.getLocalDirective()) { in appendArgument()