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

Completed in 41 milliseconds