HomeSort by relevance Sort by last modified time
    Searched full:referstoenclosinglocal (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/AST/
Expr.cpp 368 ValueDecl *D, bool RefersToEnclosingLocal,
383 DeclRefExprBits.RefersToEnclosingLocal = RefersToEnclosingLocal;
406 bool RefersToEnclosingLocal,
413 RefersToEnclosingLocal,
422 bool RefersToEnclosingLocal,
444 RefersToEnclosingLocal,
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
Stmt.h 215 unsigned RefersToEnclosingLocal : 1;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
ASTWriterStmt.cpp 350 Record.push_back(E->refersToEnclosingLocal());
    [all...]
ASTReaderStmt.cpp 437 E->DeclRefExprBits.RefersToEnclosingLocal = Record[Idx++];
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 278 milliseconds