Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaFixItUtils.cpp164 return (bool)S.PP.getMacroDefinitionAtLoc(&S.getASTContext().Idents.get(Name), in isMacroDefined()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h953 MacroDefinition getMacroDefinitionAtLoc(const IdentifierInfo *II, in getMacroDefinitionAtLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1735 if (PP.getMacroDefinitionAtLoc(nsEnumId, Loc)) { in InsertFoundation()