Home
last modified time | relevance | path

Searched refs:getBaseTypeIdentifier (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DThrowKeywordMissingCheck.cpp44 << TemporaryExpr->getType().getBaseTypeIdentifier()->getName(); in check()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp146 if (const IdentifierInfo *Ident = QType.getBaseTypeIdentifier()) { in VisitTypeLoc()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp73 const IdentifierInfo* QualType::getBaseTypeIdentifier() const { in getBaseTypeIdentifier() function in QualType
77 return ty->getPointeeType().getBaseTypeIdentifier(); in getBaseTypeIdentifier()
86 getElementType().getBaseTypeIdentifier(); in getBaseTypeIdentifier()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp10799 return appendEnumType(Enc, ET, TSC, QT.getBaseTypeIdentifier()); in appendType()
10802 return appendRecordType(Enc, RT, CGM, TSC, QT.getBaseTypeIdentifier()); in appendType()
10805 return appendRecordType(Enc, RT, CGM, TSC, QT.getBaseTypeIdentifier()); in appendType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp4518 II = QualType(NNS->getAsType(), 0).getBaseTypeIdentifier(); in getNestedNameSpecifierIdentifiers()
H A DSemaDecl.cpp5886 const IdentifierInfo *DeclTyName = DeclParamBaseTy.getBaseTypeIdentifier(); in hasSimilarParameters()
5887 const IdentifierInfo *DefTyName = DefParamBaseTy.getBaseTypeIdentifier(); in hasSimilarParameters()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h770 const IdentifierInfo *getBaseTypeIdentifier() const;