Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1089 const IdentifierInfo *getMacroIdentifier() const { in getMacroIdentifier() function
1090 return getTypePtr()->getMacroIdentifier(); in getMacroIdentifier()
H A DTypeProperties.td585 let Read = [{ node->getMacroIdentifier() }];
H A DType.h4408 const IdentifierInfo *getMacroIdentifier() const { return MacroII; }
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h580 IdentifierInfo *getMacroIdentifier() const { return MacroII; } in getMacroIdentifier() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3402 if (InnerMQT->getMacroIdentifier() != getMacroIdentifier()) in getModifiedType()
H A DJSONNodeDumper.cpp734 JOS.attribute("macroName", MQT->getMacroIdentifier()->getName()); in VisitMacroQualifiedType()
H A DTypePrinter.cpp1054 StringRef MacroName = T->getMacroIdentifier()->getName(); in printMacroQualifiedBefore()
H A DASTContext.cpp3098 MQT->getMacroIdentifier()); in getFunctionTypeWithExceptionSpec()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8299 const IdentifierInfo *MacroII = attr.getMacroIdentifier(); in processTypeAttrs()
H A DTreeTransform.h6836 getDerived().RebuildMacroQualifiedType(Inner, TL.getMacroIdentifier()); in TransformMacroQualifiedType()