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

  /external/clang/lib/Sema/
SemaLambda.cpp 169 LambdaScopeInfo *LSI = getCurLambda();
171 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByval;
173 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByref;
174 LSI->IntroducerRange = IntroducerRange;
175 LSI->ExplicitParams = ExplicitParams;
176 LSI->Mutable = Mutable;
179 LSI->ReturnType = CallOperator->getResultType();
181 if (!LSI->ReturnType->isDependentType() &&
182 !LSI->ReturnType->isVoidType()) {
183 if (RequireCompleteType(CallOperator->getLocStart(), LSI->ReturnType
    [all...]
SemaExpr.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExprCXX.cpp 734 if (LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI)) {
736 CXXRecordDecl *Lambda = LSI->Lambda;
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 146 milliseconds