Home
last modified time | relevance | path

Searched defs:getScope (Results 1 – 25 of 29) 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.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/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
DClassOrInterfaceType.java122 public Optional<ClassOrInterfaceType> getScope() { in getScope() method in ClassOrInterfaceType
/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/cldr/tools/java/org/unicode/cldr/util/
DIso639Data.java224 public static Scope getScope(String languageSubtag) { in getScope() method in Iso639Data
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp155 SIAtomicScope getScope() const { in getScope() function in __anonbabbfb6c0111::SIMemOpInfo
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp418 LocationContextManager::getScope(AnalysisDeclContext *ctx, in getScope() function in LocationContextManager

12