Home
last modified time | relevance | path

Searched defs:getScope (Results 1 – 25 of 37) sorted by relevance

12

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithScope.java34 Expression getScope(); in getScope() method
DNodeWithOptionalScope.java34 Optional<Expression> getScope(); in getScope() method
/external/guice/core/src/com/google/inject/spi/
DScopeBinding.java57 public Scope getScope() { in getScope() method in ScopeBinding
/external/llvm/lib/IR/
DDebugLoc.cpp35 MDNode *DebugLoc::getScope() const { in getScope() function in DebugLoc
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
DMethodReferenceExpr.java74 public Expression getScope() { in getScope() method in MethodReferenceExpr
DFieldAccessExpr.java74 public Expression getScope() { in getScope() method in FieldAccessExpr
DObjectCreationExpr.java118 public Expression getScope() { in getScope() method in ObjectCreationExpr
DMethodCallExpr.java108 public Expression getScope() { in getScope() method in MethodCallExpr
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
DMethodReferenceExpr.java72 public Expression getScope() { in getScope() method in MethodReferenceExpr
DFieldAccessExpr.java73 public Expression getScope() { in getScope() method in FieldAccessExpr
DMethodCallExpr.java86 public Expression getScope() { in getScope() method in MethodCallExpr
DObjectCreationExpr.java83 public Expression getScope() { in getScope() method in ObjectCreationExpr
/external/jackson-annotations/src/main/java/com/fasterxml/jackson/annotation/
DObjectIdGenerator.java21 public abstract Class<?> getScope(); in getScope() method in ObjectIdGenerator
DObjectIdGenerators.java36 public final Class<?> getScope() { in getScope() method in ObjectIdGenerators.Base
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DObjectIdInfo.java66 public Class<?> getScope() { return _scope; } in getScope() method in ObjectIdInfo
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/
DClassOrInterfaceType.java81 public ClassOrInterfaceType getScope() { in getScope() method in ClassOrInterfaceType
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/type/
DClassOrInterfaceType.java74 public ClassOrInterfaceType getScope() { in getScope() method in ClassOrInterfaceType
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
DMethodReferenceExpr.java99 public Expression getScope() { in getScope() method in MethodReferenceExpr
DFieldAccessExpr.java119 public Expression getScope() { in getScope() method in FieldAccessExpr
DObjectCreationExpr.java138 public Optional<Expression> getScope() { in getScope() method in ObjectCreationExpr
DMethodCallExpr.java135 public Optional<Expression> getScope() { in getScope() method in MethodCallExpr
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugLoc.cpp35 MDNode *DebugLoc::getScope() const { in getScope() function in DebugLoc
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
DClassOrInterfaceType.java122 public Optional<ClassOrInterfaceType> getScope() { in getScope() method in ClassOrInterfaceType
/external/dagger2/java/dagger/internal/codegen/binding/
DInjectionAnnotations.java114 public Optional<Scope> getScope(XElement element) { in getScope() method in InjectionAnnotations
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h628 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
1435 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } in getScope() function
1791 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
1855 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); } in getScope() function
2064 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
2118 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function
2252 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); } in getScope() function

12