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

  /external/clang/lib/Sema/
SemaLambda.cpp 180 LambdaScopeInfo *LSI = getCurLambda();
182 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByval;
184 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByref;
185 LSI->IntroducerRange = IntroducerRange;
186 LSI->ExplicitParams = ExplicitParams;
187 LSI->Mutable = Mutable;
190 LSI->ReturnType = CallOperator->getResultType();
192 if (!LSI->ReturnType->isDependentType() &&
193 !LSI->ReturnType->isVoidType()) {
194 if (RequireCompleteType(CallOperator->getLocStart(), LSI->ReturnType
    [all...]
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]

Completed in 242 milliseconds