Searched refs:isNested (Results 1 - 25 of 32) sorted by relevance

12

/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeBaseClass.h41 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeEnum.h44 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeTypedef.h40 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeUDT.h40 FORWARD_SYMBOL_METHOD(isNested)
H A DIPDBRawSymbol.h181 virtual bool isNested() const = 0;
/external/clang/include/clang/Sema/
H A DScopeInfo.h486 bool isNested() const { function in class:clang::sema::CapturingScopeInfo::Capture
538 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, argument
541 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
548 /*isByref*/ false, /*isNested*/ false, Loc,
556 void addThisCapture(bool isNested, SourceLocation Loc,
877 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, argument
880 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, QualType(),
/external/flatbuffers/js/
H A Dflatbuffers.js194 this.isNested = false;
514 if (this.isNested) {
590 this.isNested = true;
600 if (this.vtable == null || !this.isNested) {
651 this.isNested = false;
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DInjectConstructorValidator.java85 if (enclosingElement.getNestingKind().isNested()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h172 bool isNested() const override;
/external/emma/core/java12/com/vladium/jcd/cls/
H A DClassDef.java155 public boolean isNested (final int [] nestedAccessFlags) method in class:ClassDef
292 final int modifiers = (isNested (nestedAccessFlags)
/external/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp286 MOCK_SYMBOL_ACCESSOR(isNested)
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp789 if (BlockInfo && CI.isNested()) {
806 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(),
819 if (CI.isNested())
873 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(),
/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp995 bool DIARawSymbol::isNested() const { function in class:DIARawSymbol
/external/clang/lib/AST/
H A DASTDumper.cpp1730 if (I.isNested())
/external/clang/include/clang/AST/
H A DDecl.h3489 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; }
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp1038 if (capture.isNested()) flags |= 2;
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1182 bool isNested = NumCapturingClosures > 1; local
1183 CSI->addThisCapture(isNested, Loc, ThisExpr, ByCopy);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4503 if (variable == ND && CI.isNested()) {
H A DRewriteModernObjC.cpp5376 if (variable == ND && CI.isNested()) {
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/guice/lib/build/
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...

Completed in 706 milliseconds

12