Home
last modified time | relevance | path

Searched refs:GetDependentTemplatedDecl (Results 1 – 6 of 6) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DCheckTraceVisitor.cpp88 CXXRecordDecl* CheckTraceVisitor::GetDependentTemplatedDecl( in GetDependentTemplatedDecl() function in CheckTraceVisitor
98 return RecordInfo::GetDependentTemplatedDecl(*type); in GetDependentTemplatedDecl()
164 CXXRecordDecl* tmpl = GetDependentTemplatedDecl(expr); in CheckCXXDependentScopeMemberExpr()
DCheckTraceVisitor.h32 clang::CXXRecordDecl* GetDependentTemplatedDecl(
DBlinkGCPluginConsumer.h39 clang::CXXRecordDecl* GetDependentTemplatedDecl(const clang::Type& type);
DBlinkGCPluginConsumer.cpp242 CXXRecordDecl* BlinkGCPluginConsumer::GetDependentTemplatedDecl( in GetDependentTemplatedDecl() function in BlinkGCPluginConsumer
281 left_most_base = RecordInfo::GetDependentTemplatedDecl(*it->getType()); in CheckPolymorphicClass()
344 left_most = RecordInfo::GetDependentTemplatedDecl(*it->getType()); in GetLeftMostBase()
DRecordInfo.h120 static clang::CXXRecordDecl* GetDependentTemplatedDecl(const clang::Type&);
DRecordInfo.cpp125 CXXRecordDecl* RecordInfo::GetDependentTemplatedDecl(const Type& type) { in GetDependentTemplatedDecl() function in RecordInfo
150 base = GetDependentTemplatedDecl(*it.getType()); in walkBases()