Home
last modified time | relevance | path

Searched defs:getScope (Results 1 – 25 of 31) 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
DObjectCreationExpr.java83 public Expression getScope() { in getScope() method in ObjectCreationExpr
DMethodCallExpr.java86 public Expression getScope() { in getScope() method in MethodCallExpr
/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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugLoc.cpp36 MDNode *DebugLoc::getScope() const { in getScope() function in DebugLoc
/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.java101 public Expression getScope() { in getScope() method in MethodReferenceExpr
DFieldAccessExpr.java123 public Expression getScope() { in getScope() method in FieldAccessExpr
DObjectCreationExpr.java135 public Optional<Expression> getScope() { in getScope() method in ObjectCreationExpr
DMethodCallExpr.java129 public Optional<Expression> getScope() { in getScope() method in MethodCallExpr
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
DClassOrInterfaceType.java124 public Optional<ClassOrInterfaceType> getScope() { in getScope() method in ClassOrInterfaceType
/external/swiftshader/third_party/LLVM/lib/VMCore/
DDebugLoc.cpp19 MDNode *DebugLoc::getScope(const LLVMContext &Ctx) const { in getScope() function in DebugLoc
/external/clang/include/clang/Sema/
DSemaInternal.h219 Scope *getScope() const { return S; } in getScope() function
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliClass.java268 @Override public PsiElement getScope() { in getScope() method in SmaliClass
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h722 DILexicalBlock getScope() const { return getFieldAs<DILexicalBlock>(1); } in getScope() function
756 DIScope getScope() const { return getFieldAs<DIScope>(2); } in getScope() function
/external/cldr/tools/java/org/unicode/cldr/util/
DIso639Data.java224 public static Scope getScope(String languageSubtag) { in getScope() method in Iso639Data

12