Home
last modified time | relevance | path

Searched defs:isNested (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp183 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT
H A DNativeTypeEnum.cpp311 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
H A DNativeRawSymbol.cpp624 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h614 bool isNested() const { return Nested; } in isNested() function
686 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture()
1043 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.d621 final bool isNested() const in isNested() function
H A Dcppmangle.d639 const isNested = !inStd && (ns || q); variable
993 void mangle_variable(VarDeclaration d, bool isNested) in mangle_variable()
H A Dfunc.d1774 bool isNested() const in isNested() function
3698 override bool isNested() const in isNested() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddstruct.c864 bool AggregateDeclaration::isNested() in isNested() function
H A Dfunc.c4103 bool FuncDeclaration::isNested() in isNested() function
4721 bool FuncLiteralDeclaration::isNested() in isNested() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h434 bool isNested() const { in isNested() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4157 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1353 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local