Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h1121 const IdentifierInfo *getMacroIdentifier() const { in getMacroIdentifier() function
1122 return getTypePtr()->getMacroIdentifier(); in getMacroIdentifier()
H A DTypeProperties.td602 let Read = [{ node->getMacroIdentifier() }];
H A DType.h4591 const IdentifierInfo *getMacroIdentifier() const { return MacroII; }
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h605 IdentifierInfo *getMacroIdentifier() const { return MacroII; } in getMacroIdentifier() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp3481 if (InnerMQT->getMacroIdentifier() != getMacroIdentifier()) in getModifiedType()
H A DJSONNodeDumper.cpp757 JOS.attribute("macroName", MQT->getMacroIdentifier()->getName()); in VisitMacroQualifiedType()
H A DTypePrinter.cpp1090 StringRef MacroName = T->getMacroIdentifier()->getName(); in printMacroQualifiedBefore()
H A DASTContext.cpp3202 MQT->getMacroIdentifier()); in getFunctionTypeWithExceptionSpec()
12948 const IdentifierInfo *IX = MX->getMacroIdentifier(); in getCommonSugarTypeNode()
12949 if (IX != MY->getMacroIdentifier()) in getCommonSugarTypeNode()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp4024 static const IdentifierInfo *getMacroIdentifier(CXCursor C) { in getMacroIdentifier() function
4036 const IdentifierInfo *II = getMacroIdentifier(C); in clang_Cursor_isMacroFunctionLike()
4048 const IdentifierInfo *II = getMacroIdentifier(C); in clang_Cursor_isMacroBuiltin()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp8609 const IdentifierInfo *MacroII = attr.getMacroIdentifier(); in processTypeAttrs()
H A DTreeTransform.h7048 getDerived().RebuildMacroQualifiedType(Inner, TL.getMacroIdentifier()); in TransformMacroQualifiedType()