Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1163 const IdentifierInfo *getMacroIdentifier() const { in getMacroIdentifier() function
1164 return getTypePtr()->getMacroIdentifier(); in getMacroIdentifier()
H A DTypeProperties.td653 let Read = [{ node->getMacroIdentifier() }];
H A DType.h5651 const IdentifierInfo *getMacroIdentifier() const { return MacroII; }
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h506 IdentifierInfo *getMacroIdentifier() const { return MacroII; } in getMacroIdentifier() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp834 JOS.attribute("macroName", MQT->getMacroIdentifier()->getName()); in VisitMacroQualifiedType()
H A DType.cpp3896 if (InnerMQT->getMacroIdentifier() != getMacroIdentifier()) in getModifiedType()
H A DTypePrinter.cpp1198 StringRef MacroName = T->getMacroIdentifier()->getName(); in printMacroQualifiedBefore()
H A DASTContext.cpp3544 MQT->getMacroIdentifier()); in getFunctionTypeWithExceptionSpec()
13614 const IdentifierInfo *IX = MX->getMacroIdentifier(); in getCommonSugarTypeNode()
13615 if (IX != MY->getMacroIdentifier()) in getCommonSugarTypeNode()
H A DASTImporter.cpp1750 IdentifierInfo *ToIdentifier = Importer.Import(T->getMacroIdentifier()); in VisitMacroQualifiedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8793 const IdentifierInfo *MacroII = attr.getMacroIdentifier(); in processTypeAttrs()
H A DTreeTransform.h7453 getDerived().RebuildMacroQualifiedType(Inner, TL.getMacroIdentifier()); in TransformMacroQualifiedType()