Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp228 for (auto *MM : PP.getLeafModuleMacros(M.first)) { in indexPreprocessorModuleMacros()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1157 ArrayRef<ModuleMacro*> getLeafModuleMacros(const IdentifierInfo *II) const { in getLeafModuleMacros() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2236 auto Leafs = PP.getLeafModuleMacros(Name); in WritePreprocessor()