Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp71 const IdentifierInfo* QualType::getBaseTypeIdentifier() const { in getBaseTypeIdentifier() function in QualType
75 return ty->getPointeeType().getBaseTypeIdentifier(); in getBaseTypeIdentifier()
84 getElementType().getBaseTypeIdentifier(); in getBaseTypeIdentifier()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp9016 return appendEnumType(Enc, ET, TSC, QT.getBaseTypeIdentifier()); in appendType()
9019 return appendRecordType(Enc, RT, CGM, TSC, QT.getBaseTypeIdentifier()); in appendType()
9022 return appendRecordType(Enc, RT, CGM, TSC, QT.getBaseTypeIdentifier()); in appendType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp3928 II = QualType(NNS->getAsType(), 0).getBaseTypeIdentifier(); in getNestedNameSpecifierIdentifiers()
H A DSemaDecl.cpp5090 const IdentifierInfo *DeclTyName = DeclParamBaseTy.getBaseTypeIdentifier(); in hasSimilarParameters()
5091 const IdentifierInfo *DefTyName = DefParamBaseTy.getBaseTypeIdentifier(); in hasSimilarParameters()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h677 const IdentifierInfo *getBaseTypeIdentifier() const;