Searched defs:RefersToEnclosingLocal (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp368 ValueDecl *D, bool RefersToEnclosingLocal,
383 DeclRefExprBits.RefersToEnclosingLocal = RefersToEnclosingLocal;
406 bool RefersToEnclosingLocal,
413 RefersToEnclosingLocal,
422 bool RefersToEnclosingLocal,
444 RefersToEnclosingLocal,
365 DeclRefExpr(ASTContext &Ctx, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingLocal, const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, QualType T, ExprValueKind VK) argument
402 Create(ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingLocal, SourceLocation NameLoc, QualType T, ExprValueKind VK, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument
418 Create(ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingLocal, const DeclarationNameInfo &NameInfo, QualType T, ExprValueKind VK, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs) argument
/external/clang/lib/Sema/
H A DSemaExpr.cpp11158 bool RefersToEnclosingLocal) {
11173 Expr *Ref = new (S.Context) DeclRefExpr(Var, RefersToEnclosingLocal,
11186 bool RefersToEnclosingLocal) {
11215 Expr *Ref = new (S.Context) DeclRefExpr(Var, RefersToEnclosingLocal,
11154 captureInCapturedRegion(Sema &S, CapturedRegionScopeInfo *RSI, VarDecl *Var, QualType FieldType, QualType DeclRefType, SourceLocation Loc, bool RefersToEnclosingLocal) argument
11182 captureInLambda(Sema &S, LambdaScopeInfo *LSI, VarDecl *Var, QualType FieldType, QualType DeclRefType, SourceLocation Loc, bool RefersToEnclosingLocal) argument

Completed in 126 milliseconds