Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h576 bool hasMacroIdentifier() const { return MacroII != nullptr; } in hasMacroIdentifier() function
583 assert(hasMacroIdentifier() && "Can only get the macro expansion location " in getMacroExpansionLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp8259 if (isa<AttributedType>(type) && attr.hasMacroIdentifier() && in processTypeAttrs()