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

  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaLambda.cpp 84 const clang::sema::LambdaScopeInfo *LSI =
113 if (LSI->ImpCaptureStyle == sema::LambdaScopeInfo::ImpCap_None) {
114 if (IsCapturingVariable && !LSI->isCaptured(VarToCapture))
116 if (IsCapturingThis && !LSI->isCXXThisCaptured())
225 getGenericLambdaTemplateParameterList(LambdaScopeInfo *LSI, Sema &SemaRef) {
226 if (LSI->GLTemplateParameterList)
227 return LSI->GLTemplateParameterList;
229 if (LSI->AutoTemplateParams.size()) {
230 SourceRange IntroRange = LSI->IntroducerRange;
233 LSI->GLTemplateParameterList = TemplateParameterList::Create
    [all...]
SemaExprCXX.cpp 814 LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI);
815 if (LSI && isGenericLambdaCallOperatorSpecialization(LSI->CallOperator)) {
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]

Completed in 103 milliseconds