Searched defs:Inherited (Results 1 - 12 of 12) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCall.cpp249 const InheritedConstructor &Inherited, CXXCtorType Type) {
253 !Inherited.getShadowDecl()->constructsVirtualBase() ||
273 if (auto Inherited = CD->getInheritedConstructor())
274 PassParams = inheritingCtorHasParams(Inherited, toCXXCtorType(Type));
248 inheritingCtorHasParams( const InheritedConstructor &Inherited, CXXCtorType Type) argument
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp594 typedef ConstEvaluatedExprVisitor<ContainsReference> Inherited; typedef in class:__anon1779::ContainsReference
597 : Inherited(Context), FoundReference(false), Needle(Needle) {}
604 Inherited::VisitExpr(E);
611 Inherited::VisitDeclRefExpr(E);
H A DSemaStmt.cpp494 typedef EvaluatedExprVisitor<CommaVisitor> Inherited; typedef in class:__anon1872::CommaVisitor
497 CommaVisitor(Sema &SemaRef) : Inherited(SemaRef.Context), SemaRef(SemaRef) {}
1287 typedef EvaluatedExprVisitor<DeclExtractor> Inherited; typedef in class:__anon1874::DeclExtractor
1291 Inherited(S.Context),
1365 typedef EvaluatedExprVisitor<DeclMatcher> Inherited; typedef in class:__anon1874::DeclMatcher
1369 Inherited(S.Context), Decls(Decls), FoundDecl(false) {
1547 Inherited(S.Context) {
1551 typedef EvaluatedExprVisitor<BreakContinueFinder> Inherited; typedef in class:__anon1874::BreakContinueFinder
H A DSemaDecl.cpp9103 typedef EvaluatedExprVisitor<SelfReferenceChecker> Inherited; typedef in class:__anon1819::SelfReferenceChecker
9105 SelfReferenceChecker(Sema &S, Decl *OrigDecl) : Inherited(S.Context),
9261 Inherited::VisitImplicitCastExpr(E);
9299 return Inherited::VisitCXXOperatorCallExpr(E);
9320 Inherited::VisitUnaryOperator(E);
9337 Inherited::VisitCXXConstructExpr(E);
9352 Inherited::VisitCallExpr(E);
9362 Inherited::VisitBinaryOperator(E);
H A DSemaDeclCXX.cpp2295 typedef EvaluatedExprVisitor<UninitializedFieldVisitor> Inherited; typedef in class:__anon1822::UninitializedFieldVisitor
2299 : Inherited(S.Context), S(S), Decls(Decls), BaseClasses(BaseClasses),
2519 Inherited::VisitImplicitCastExpr(E);
2534 Inherited::VisitCXXConstructExpr(E);
2546 Inherited::VisitCXXMemberCallExpr(E);
2561 Inherited::VisitCallExpr(E);
2568 return Inherited::VisitCXXOperatorCallExpr(E);
2590 Inherited::VisitBinaryOperator(E);
2605 Inherited::VisitUnaryOperator(E);
5162 Sema::InheritedConstructorInfo *Inherited
[all...]
H A DSemaExpr.cpp14082 typedef RecursiveASTVisitor<MarkReferencedDecls> Inherited; typedef in class:__anon1844::MarkReferencedDecls
14098 return Inherited::TraverseTemplateArgument(Arg);
14124 typedef EvaluatedExprVisitor<EvaluatedExprMarker> Inherited; typedef in class:__anon1845::EvaluatedExprMarker
14127 : Inherited(S.Context), S(S), SkipLocalVariables(SkipLocalVariables) { }
14142 Inherited::VisitMemberExpr(E);
14156 Inherited::VisitCXXNewExpr(E);
14169 Inherited::VisitCXXDeleteExpr(E);
14174 Inherited::VisitCXXConstructExpr(E);
14182 Inherited::VisitImplicitCastExpr(E);
/external/clang/lib/AST/
H A DExpr.cpp2783 typedef ConstEvaluatedExprVisitor<SideEffectFinder> Inherited; typedef in class:__anon1438::SideEffectFinder
2789 : Inherited(Context),
3075 typedef ConstEvaluatedExprVisitor<NonTrivialCallFinder> Inherited; typedef in class:__anon1439::NonTrivialCallFinder
3081 : Inherited(Context), NonTrivial(false) { }
3090 Inherited::VisitStmt(E);
3101 Inherited::VisitStmt(E);
3110 Inherited::VisitStmt(E);
H A DExprConstant.cpp3883 auto *Inherited = CD->getInheritedConstructor().getConstructor(); local
3884 if (!Inherited->isConstexpr())
3885 DiagDecl = CD = Inherited;
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 470 milliseconds