Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp184 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT
H A DNativeTypeEnum.cpp316 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
H A DNativeRawSymbol.cpp623 bool NativeRawSymbol::isNested() const { in isNested() function in NativeRawSymbol
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h642 bool isNested() const { return Nested; } isNested() function
714 addCapture(ValueDecl * Var,bool isBlock,bool isByref,bool isNested,SourceLocation Loc,SourceLocation EllipsisLoc,QualType CaptureType,bool Invalid) addCapture() argument
1076 addThisCapture(bool isNested,SourceLocation Loc,QualType CaptureType,bool ByCopy) addThisCapture() argument
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1157 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h627 bool isNested() const { isNested() function
4490 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } isNested() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h435 bool isNested() const { in isNested() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1405 bool isNested = NumCapturingClosures > 1; CheckCXXThisCapture() local