Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaFixItUtils.cpp163 return (bool)S.PP.getMacroDefinitionAtLoc(&S.getASTContext().Idents.get(Name), in isMacroDefined()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1087 MacroDefinition getMacroDefinitionAtLoc(const IdentifierInfo *II, in getMacroDefinitionAtLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1733 if (PP.getMacroDefinitionAtLoc(nsEnumId, Loc)) { in InsertFoundation()