Home
last modified time | relevance | path

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

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