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

  /external/clang/lib/Sema/
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...]
Sema.cpp     [all...]
SemaTemplateVariadic.cpp 214 if (sema::LambdaScopeInfo *LSI =
216 LSI->ContainsUnexpandedParameterPack = true;
    [all...]
SemaExpr.cpp     [all...]
SemaExprCXX.cpp 814 LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI);
815 if (LSI && isGenericLambdaCallOperatorSpecialization(LSI->CallOperator)) {
    [all...]
SemaType.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 813 if (LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(this))
814 LSI->ArrayIndexStarts.push_back(LSI->ArrayIndexVars.size());
Sema.h     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 177 milliseconds