OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPointeeCXXRecordDecl
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
Store.cpp
242
const CXXRecordDecl *Expected = Ty->
getPointeeCXXRecordDecl
();
280
const CXXRecordDecl *BaseDecl = BaseType->
getPointeeCXXRecordDecl
();
289
if (SR->getSymbol()->getType()->
getPointeeCXXRecordDecl
() == BaseDecl)
311
return SR->getSymbol()->getType()->
getPointeeCXXRecordDecl
();
385
const CXXRecordDecl *SourceClass = T->
getPointeeCXXRecordDecl
();
ExprEngineCallAndReturn.cpp
147
const CXXRecordDecl *ExpectedClass = ExpectedTy->
getPointeeCXXRecordDecl
();
148
const CXXRecordDecl *ActualClass = ActualTy->
getPointeeCXXRecordDecl
();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DeleteWithNonVirtualDtorChecker.cpp
75
DerivedClassRegion->getSymbol()->getType()->
getPointeeCXXRecordDecl
();
CastValueChecker.cpp
110
: CastToTy->
getPointeeCXXRecordDecl
()->getNameAsString();
167
CastToTy->
getPointeeCXXRecordDecl
()->getNameAsString();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
NoUncountedMembersChecker.cpp
77
if (auto *MemberCXXRD = MemberType->
getPointeeCXXRecordDecl
()) {
PtrTypesSemantics.cpp
131
if (auto *CXXRD = T->
getPointeeCXXRecordDecl
()) {
UncountedLocalVarsChecker.cpp
65
if (auto *CXXRD = T->
getPointeeCXXRecordDecl
()) {
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp
102
if (auto *CXXRD = BaseTy->
getPointeeCXXRecordDecl
())
/src/external/apache2/llvm/dist/clang/lib/Analysis/
Consumed.cpp
164
if (const CXXRecordDecl *RD = QT->
getPointeeCXXRecordDecl
())
RetainSummaryManager.cpp
166
return isOSObjectSubclass(QT->
getPointeeCXXRecordDecl
());
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp
851
if (Sym->getType()->
getPointeeCXXRecordDecl
())
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
94
const auto *ClassDecl = getTypePtr()->
getPointeeCXXRecordDecl
();
99
const auto *ClassDecl = getTypePtr()->
getPointeeCXXRecordDecl
();
1738
const CXXRecordDecl *Type::
getPointeeCXXRecordDecl
() const {
ExprConstant.cpp
5712
const CXXRecordDecl *OldClass = Path[0]->
getPointeeCXXRecordDecl
();
5714
const CXXRecordDecl *NewClass = Path[I]->
getPointeeCXXRecordDecl
();
5768
const CXXRecordDecl *C = E->getTypeAsWritten()->
getPointeeCXXRecordDecl
();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp
954
const CXXRecordDecl *SrcPointeeRD = SrcType->
getPointeeCXXRecordDecl
();
964
const CXXRecordDecl *DestRD = DestType->
getPointeeCXXRecordDecl
();
SemaInit.cpp
6903
const auto *RD = FD->getParamDecl(0)->getType()->
getPointeeCXXRecordDecl
();
8916
auto *fromDecl = fromType.getTypePtr()->
getPointeeCXXRecordDecl
();
8917
auto *destDecl = destType.getTypePtr()->
getPointeeCXXRecordDecl
();
SemaDeclAttr.cpp
978
assert(E->getType()->
getPointeeCXXRecordDecl
() == ClassType &&
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
2263
const CXXRecordDecl *
getPointeeCXXRecordDecl
() const;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
1621
const CXXRecordDecl *RD = ThisPtr->
getPointeeCXXRecordDecl
();
CGExpr.cpp
1147
auto Derived = CE->getSubExpr()->getType()->
getPointeeCXXRecordDecl
();
CGExprScalar.cpp
2127
const CXXRecordDecl *DerivedClassDecl = DestTy->
getPointeeCXXRecordDecl
();
Completed in 176 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026