HomeSort by relevance Sort by last modified time
    Searched refs:isNested (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolTypeBaseClass.h 40 FORWARD_SYMBOL_METHOD(isNested)
PDBSymbolTypeEnum.h 43 FORWARD_SYMBOL_METHOD(isNested)
PDBSymbolTypeTypedef.h 39 FORWARD_SYMBOL_METHOD(isNested)
PDBSymbolTypeUDT.h 39 FORWARD_SYMBOL_METHOD(isNested)
IPDBRawSymbol.h 179 virtual bool isNested() const = 0;
  /external/clang/include/clang/Sema/
ScopeInfo.h 414 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested,
417 : VarAndNested(Var, IsNested),
423 Capture(IsThisCapture, bool IsNested, SourceLocation Loc,
425 : VarAndNested(nullptr, IsNested),
449 bool isNested() const { return VarAndNested.getInt(); }
496 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested,
499 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
506 /*isByref*/ false, /*isNested*/ false, Loc,
511 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
840 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc
    [all...]
  /external/llvm/tools/llvm-pdbdump/
TypeDumper.cpp 65 if (Symbol.isNested())
  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java 253 } else if (!isNested(view, sharedElements)) {
266 private static boolean isNested(View view, ArrayMap<String, View> sharedElements) {
268 boolean isNested = false;
272 isNested = true;
277 return isNested;
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h 171 bool isNested() const override;
  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 155 public boolean isNested (final int [] nestedAccessFlags)
292 final int modifiers = (isNested (nestedAccessFlags)
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 249 MOCK_SYMBOL_ACCESSOR(isNested)
  /external/clang/lib/CodeGen/
CGBlocks.cpp 778 if (BlockInfo && CI.isNested()) {
799 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), type,
811 if (CI.isNested())
    [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 982 bool DIARawSymbol::isNested() const {
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/sdk/tools/
jack.jar 
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 712 milliseconds

1 2