Home
last modified time | relevance | path

Searched refs:FoundField (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DCheckTraceVisitor.cpp32 FoundField(field); in VisitMemberExpr()
171 FoundField(finder.field()); in CheckCXXDependentScopeMemberExpr()
201 FoundField(finder.field()); in CheckCXXDependentScopeMemberExpr()
331 FoundField(finder.field()); in CheckTraceFieldCall()
370 void CheckTraceVisitor::FoundField(FieldDecl* field) { in FoundField() function in CheckTraceVisitor
DCheckTraceVisitor.h50 void FoundField(clang::FieldDecl* field);
/external/clang/lib/AST/
DASTImporter.cpp3187 if (FieldDecl *FoundField = dyn_cast<FieldDecl>(FoundDecls[I])) { in VisitFieldDecl() local
3189 if (!Name && getFieldIndex(D) != getFieldIndex(FoundField)) in VisitFieldDecl()
3193 FoundField->getType())) { in VisitFieldDecl()
3194 Importer.Imported(D, FoundField); in VisitFieldDecl()
3195 return FoundField; in VisitFieldDecl()
3199 << Name << D->getType() << FoundField->getType(); in VisitFieldDecl()
3200 Importer.ToDiag(FoundField->getLocation(), diag::note_odr_value_here) in VisitFieldDecl()
3201 << FoundField->getType(); in VisitFieldDecl()
3251 if (IndirectFieldDecl *FoundField in VisitIndirectFieldDecl() local
3254 if (!Name && getFieldIndex(D) != getFieldIndex(FoundField)) in VisitIndirectFieldDecl()
[all …]