Searched refs:getBaseTypeIdentifier (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 386 if (const IdentifierInfo *II = T.getBaseTypeIdentifier()) in VisitCXXNewExpr()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | Type.cpp | 46 const IdentifierInfo* QualType::getBaseTypeIdentifier() const { in getBaseTypeIdentifier() function in QualType 50 return ty->getPointeeType().getBaseTypeIdentifier(); in getBaseTypeIdentifier() 59 getElementType().getBaseTypeIdentifier(); in getBaseTypeIdentifier()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 7019 return appendEnumType(Enc, ET, TSC, QT.getBaseTypeIdentifier()); in appendType() 7022 return appendRecordType(Enc, RT, CGM, TSC, QT.getBaseTypeIdentifier()); in appendType() 7025 return appendRecordType(Enc, RT, CGM, TSC, QT.getBaseTypeIdentifier()); in appendType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 605 if (const IdentifierInfo *II = T.getBaseTypeIdentifier()) in isStandardNewDelete()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 3389 II = QualType(NNS->getAsType(), 0).getBaseTypeIdentifier(); in getNestedNameSpecifierIdentifiers()
|
| H A D | SemaDecl.cpp | 4272 const IdentifierInfo *DeclTyName = DeclParamBaseTy.getBaseTypeIdentifier(); in hasSimilarParameters() 4273 const IdentifierInfo *DefTyName = DefParamBaseTy.getBaseTypeIdentifier(); in hasSimilarParameters()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | Type.h | 590 const IdentifierInfo *getBaseTypeIdentifier() const;
|