Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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; }
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h580 IdentifierInfo *getMacroIdentifier() const { return MacroII; } in getMacroIdentifier() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp3398 if (InnerMQT->getMacroIdentifier() != getMacroIdentifier()) in getModifiedType()
H A DJSONNodeDumper.cpp703 JOS.attribute("macroName", MQT->getMacroIdentifier()->getName()); in VisitMacroQualifiedType()
H A DTypePrinter.cpp1049 StringRef MacroName = T->getMacroIdentifier()->getName(); in printMacroQualifiedBefore()
H A DASTContext.cpp3083 MQT->getMacroIdentifier()); in getFunctionTypeWithExceptionSpec()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp3798 static const IdentifierInfo *getMacroIdentifier(CXCursor C) { in getMacroIdentifier() function
3810 const IdentifierInfo *II = getMacroIdentifier(C); in clang_Cursor_isMacroFunctionLike()
3822 const IdentifierInfo *II = getMacroIdentifier(C); in clang_Cursor_isMacroBuiltin()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp8264 const IdentifierInfo *MacroII = attr.getMacroIdentifier(); in processTypeAttrs()
H A DTreeTransform.h6813 getDerived().RebuildMacroQualifiedType(Inner, TL.getMacroIdentifier()); in TransformMacroQualifiedType()