Home
last modified time | relevance | path

Searched refs:Inherited (Results 1 – 25 of 40) sorted by relevance

12

/external/clang/include/clang/AST/
DAttr.h52 bool Inherited : 1; variable
80 Inherited(false), IsPackExpansion(false), Implicit(false), in Attr()
96 bool isInherited() const { return Inherited; } in isInherited()
127 void setInherited(bool I) { Inherited = I; } in setInherited()
DDeclTemplate.h997 void setDefaultArgument(TypeSourceInfo *DefArg, bool Inherited) {
999 InheritedDefault = Inherited;
1123 void setDefaultArgument(Expr *DefArg, bool Inherited) {
1125 DefaultArgumentAndInherited.setInt(Inherited);
1348 void setDefaultArgument(const TemplateArgumentLoc &DefArg, bool Inherited) {
1350 DefaultArgumentWasInherited = Inherited;
/external/vogar/src/org/junit/runner/
DRunWith.java22 import java.lang.annotation.Inherited;
29 @Inherited
/external/junit/src/org/junit/runner/
DRunWith.java4 import java.lang.annotation.Inherited;
28 @Inherited
/external/droiddriver/src/io/appium/droiddriver/runner/
DUseUiAutomation.java19 import java.lang.annotation.Inherited;
37 @Inherited
DMinSdkVersion.java19 import java.lang.annotation.Inherited;
35 @Inherited
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/annotations/
DParseDetail.java20 import java.lang.annotation.Inherited;
28 @Inherited
DDoNotParseDetail.java21 import java.lang.annotation.Inherited;
32 @Inherited
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultisetFeature.java24 import java.lang.annotation.Inherited;
49 @Inherited
DMultimapFeature.java25 import java.lang.annotation.Inherited;
53 @Inherited
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DSetFeature.java22 import java.lang.annotation.Inherited;
52 @Inherited
DListFeature.java22 import java.lang.annotation.Inherited;
66 @Inherited
DMapFeature.java22 import java.lang.annotation.Inherited;
98 @Inherited
DCollectionFeature.java22 import java.lang.annotation.Inherited;
126 @Inherited
DCollectionSize.java22 import java.lang.annotation.Inherited;
98 @Inherited
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
DDatabaseConfig.java4 import java.lang.annotation.Inherited;
126 @Inherited
/external/guava/guava-testlib/test/com/google/common/collect/testing/features/
DFeatureEnumTest.java22 import java.lang.annotation.Inherited;
51 annotationClass.getAnnotation(Inherited.class)); in assertGoodTesterAnnotation()
DFeatureUtilTest.java26 import java.lang.annotation.Inherited;
57 @Inherited
88 @Inherited
/external/junit/src/org/junit/runners/
DSuite.java4 import java.lang.annotation.Inherited;
42 @Inherited
/external/doclava/res/assets/templates/
Dclass.cs41 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
53 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhconstants">Inherited Constants</a>
61 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhfields">Inherited Fields</a>
81 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DGrammarRuleAttribute.cs38 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DGrammarRuleAttribute.cs39 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
/external/clang/test/SemaObjC/
Dprotocols-suppress-conformance.m48 @protocol Inherited protocol
53 @protocol Derived <Inherited>
57 @interface ClassC <Inherited>
Dproperty-inherited.m4 // rdar://6497242 Inherited overridden protocol declared objects don't work
/external/clang/lib/Sema/
DSemaStmt.cpp1280 typedef EvaluatedExprVisitor<DeclExtractor> Inherited; typedef in __anon27b5dcff0311::DeclExtractor
1284 Inherited(S.Context), in DeclExtractor()
1358 typedef EvaluatedExprVisitor<DeclMatcher> Inherited; typedef in __anon27b5dcff0311::DeclMatcher
1362 Inherited(S.Context), Decls(Decls), FoundDecl(false) { in DeclMatcher()
1524 Inherited(S.Context) { in BreakContinueFinder()
1528 typedef EvaluatedExprVisitor<BreakContinueFinder> Inherited; typedef in __anon27b5dcff0311::BreakContinueFinder

12