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

  /external/clang/lib/Sema/
JumpDiagnostics.cpp 71 void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl,
238 const BlockDecl *BDecl,
266 Loc = BDecl->getLocation();
458 const BlockDecl *BDecl = BE->getBlockDecl();
459 for (BlockDecl::capture_const_iterator ci = BDecl->capture_begin(),
460 ce = BDecl->capture_end(); ci != ce; ++ci) {
462 BuildScopeInformation(variable, BDecl, ParentScope);
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 28 milliseconds