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.h1215 const IdentifierInfo *getMacroIdentifier() const { in getMacroIdentifier() function
1216 return getTypePtr()->getMacroIdentifier(); in getMacroIdentifier()
H A DTypeProperties.td645 let Read = [{ node->getMacroIdentifier() }];
H A DType.h5863 const IdentifierInfo *getMacroIdentifier() const { return MacroII; }
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h489 IdentifierInfo *getMacroIdentifier() const { return MacroII; } in getMacroIdentifier() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp836 JOS.attribute("macroName", MQT->getMacroIdentifier()->getName()); in VisitMacroQualifiedType()
H A DType.cpp4071 if (InnerMQT->getMacroIdentifier() != getMacroIdentifier()) in getModifiedType()
H A DTypePrinter.cpp1240 StringRef MacroName = T->getMacroIdentifier()->getName(); in printMacroQualifiedBefore()
H A DASTContext.cpp3760 MQT->getMacroIdentifier()); in adjustType()
14422 const IdentifierInfo *IX = MX->getMacroIdentifier(); in getCommonSugarTypeNode()
14423 if (IX != MY->getMacroIdentifier()) in getCommonSugarTypeNode()
H A DASTImporter.cpp1968 IdentifierInfo *ToIdentifier = Importer.Import(T->getMacroIdentifier()); in VisitMacroQualifiedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9078 const IdentifierInfo *MacroII = attr.getMacroIdentifier(); in processTypeAttrs()
H A DTreeTransform.h7735 getDerived().RebuildMacroQualifiedType(Inner, TL.getMacroIdentifier()); in TransformMacroQualifiedType()