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,
253 const BlockDecl *BDecl,
281 Loc = BDecl->getLocation();
476 const BlockDecl *BDecl = EWC->getObject(i);
477 for (BlockDecl::capture_const_iterator ci = BDecl->capture_begin(),
478 ce = BDecl->capture_end(); ci != ce; ++ci) {
480 BuildScopeInformation(variable, BDecl, ParentScope);
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 39 milliseconds