Home
last modified time | relevance | path

Searched refs:getMacroIdentifier (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1127 const IdentifierInfo *getMacroIdentifier() const { in getMacroIdentifier() function
1128 return getTypePtr()->getMacroIdentifier(); in getMacroIdentifier()
H A DTypeProperties.td606 let Read = [{ node->getMacroIdentifier() }];
H A DType.h4797 const IdentifierInfo *getMacroIdentifier() const { return MacroII; }
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h486 IdentifierInfo *getMacroIdentifier() const { return MacroII; } in getMacroIdentifier() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp801 JOS.attribute("macroName", MQT->getMacroIdentifier()->getName()); in VisitMacroQualifiedType()
H A DType.cpp3747 if (InnerMQT->getMacroIdentifier() != getMacroIdentifier()) in getModifiedType()
H A DTypePrinter.cpp1146 StringRef MacroName = T->getMacroIdentifier()->getName(); in printMacroQualifiedBefore()
H A DASTContext.cpp3163 MQT->getMacroIdentifier()); in getFunctionTypeWithExceptionSpec()
13100 const IdentifierInfo *IX = MX->getMacroIdentifier(); in getCommonSugarTypeNode()
13101 if (IX != MY->getMacroIdentifier()) in getCommonSugarTypeNode()
H A DASTImporter.cpp1702 IdentifierInfo *ToIdentifier = Importer.Import(T->getMacroIdentifier()); in VisitMacroQualifiedType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9099 const IdentifierInfo *MacroII = attr.getMacroIdentifier(); in processTypeAttrs()
H A DTreeTransform.h7169 getDerived().RebuildMacroQualifiedType(Inner, TL.getMacroIdentifier()); in TransformMacroQualifiedType()