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 179 LambdaScopeInfo *LSI = getCurLambda();
181 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByval;
183 LSI->ImpCaptureStyle = LambdaScopeInfo::ImpCap_LambdaByref;
184 LSI->IntroducerRange = IntroducerRange;
185 LSI->ExplicitParams = ExplicitParams;
186 LSI->Mutable = Mutable;
189 LSI->ReturnType = CallOperator->getResultType();
191 if (!LSI->ReturnType->isDependentType() &&
192 !LSI->ReturnType->isVoidType()) {
193 if (RequireCompleteType(CallOperator->getLocStart(), LSI->ReturnType
    [all...]
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]

Completed in 640 milliseconds