Home
last modified time | relevance | path

Searched refs:hasMacroIdentifier (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h502 bool hasMacroIdentifier() const { return MacroII != nullptr; } in hasMacroIdentifier() function
509 assert(hasMacroIdentifier() && "Can only get the macro expansion location " in getMacroExpansionLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8788 if (isa<AttributedType>(type) && attr.hasMacroIdentifier() && in processTypeAttrs()