Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaFixItUtils.cpp167 return (bool)S.PP.getMacroDefinitionAtLoc(&S.getASTContext().Idents.get(Name), in isMacroDefined()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessor.h1380 MacroDefinition getMacroDefinitionAtLoc(const IdentifierInfo *II, in getMacroDefinitionAtLoc() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDObjCMT.cpp1727 if (PP.getMacroDefinitionAtLoc(nsEnumId, Loc)) { in InsertFoundation()