HomeSort by relevance Sort by last modified time
    Searched defs:NewFD (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Sema/
SemaLambda.cpp 498 FieldDecl *NewFD = CheckFieldDecl(
502 LSI->Lambda->addDecl(NewFD);
505 LSI->addInitCapture(NewFD, InitExpr);
507 InitializedEntity Entity = InitializedEntity::InitializeMember(NewFD);
512 LSI->addInitCapture(NewFD, InitResult.take());
516 return NewFD;
666 FieldDecl *NewFD = checkInitCapture(C->Loc, C->Kind == LCK_ByRef,
673 if (NewFD)
674 PushOnScopeChains(NewFD, CurScope, false);
    [all...]
SemaLookup.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]

Completed in 139 milliseconds