HomeSort by: relevance | last modified time | path
    Searched defs:isNested (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeUDT.cpp 64 dumpSymbolField(OS, "nested", isNested(), Indent);
183 bool NativeTypeUDT::isNested() const {
185 return UnmodifiedType->isNested();
NativeTypeEnum.cpp 154 dumpSymbolField(OS, "nested", isNested(), Indent);
311 bool NativeTypeEnum::isNested() const {
313 return UnmodifiedType->isNested();
NativeRawSymbol.cpp 624 bool NativeRawSymbol::isNested() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 1353 bool isNested = NumCapturingClosures > 1;
1354 CSI->addThisCapture(isNested, Loc, CaptureType, ByCopy);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 580 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested,
586 Nested(IsNested), CapturesThis(false), ODRUsed(false),
590 Capture(IsThisCapture, bool IsNested, SourceLocation Loc,
593 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested),
598 Capture(IsVLACapture, const VariableArrayType *VLA, bool IsNested,
601 Nested(IsNested), CapturesThis(false), ODRUsed(false),
614 bool isNested() const { return Nested; }
686 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested,
689 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
697 /*FIXME: IsNested*/ false, Loc, CaptureType))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 434 bool isNested() const {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 1157 bool DIARawSymbol::isNested() const {

Completed in 22 milliseconds