Searched refs:getBaseTypeIdentifier (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 73 const IdentifierInfo* QualType::getBaseTypeIdentifier() const { in getBaseTypeIdentifier() function in QualType 77 return ty->getPointeeType().getBaseTypeIdentifier(); in getBaseTypeIdentifier() 86 getElementType().getBaseTypeIdentifier(); in getBaseTypeIdentifier()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 10460 return appendEnumType(Enc, ET, TSC, QT.getBaseTypeIdentifier()); in appendType() 10463 return appendRecordType(Enc, RT, CGM, TSC, QT.getBaseTypeIdentifier()); in appendType() 10466 return appendRecordType(Enc, RT, CGM, TSC, QT.getBaseTypeIdentifier()); in appendType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 707 const IdentifierInfo *getBaseTypeIdentifier() const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 4217 II = QualType(NNS->getAsType(), 0).getBaseTypeIdentifier(); in getNestedNameSpecifierIdentifiers()
|
| H A D | SemaDecl.cpp | 5541 const IdentifierInfo *DeclTyName = DeclParamBaseTy.getBaseTypeIdentifier(); in hasSimilarParameters() 5542 const IdentifierInfo *DefTyName = DefParamBaseTy.getBaseTypeIdentifier(); in hasSimilarParameters()
|