HomeSort by relevance Sort by last modified time
    Searched refs:BlockDeclRefExpr (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
UndefCapturedBlockVarChecker.cpp 35 static const BlockDeclRefExpr *FindBlockDeclRefExpr(const Stmt *S,
37 if (const BlockDeclRefExpr *BR = dyn_cast<BlockDeclRefExpr>(S))
44 const BlockDeclRefExpr *BR = FindBlockDeclRefExpr(child, VD);
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 51 if (BlockDeclRefExpr *
52 ref = dyn_cast<BlockDeclRefExpr>(castE->getSubExpr())) {
65 bool VisitBlockDeclRefExpr(BlockDeclRefExpr *E) {
Transforms.cpp 192 bool VisitBlockDeclRefExpr(BlockDeclRefExpr *E) { Refs.erase(E); return true; }
209 bool VisitBlockDeclRefExpr(BlockDeclRefExpr *E) {
TransAutoreleasePool.cpp 266 bool VisitBlockDeclRefExpr(BlockDeclRefExpr *E) {
  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 71 else if (const BlockDeclRefExpr *BDR = dyn_cast<BlockDeclRefExpr>(E))
203 const BlockDeclRefExpr *BDR = cast<BlockDeclRefExpr>(Head);
AnalysisContext.cpp 341 void VisitBlockDeclRefExpr(BlockDeclRefExpr *DR) {
  /external/clang/lib/AST/
ExprClassification.cpp 189 return ClassifyDecl(Ctx, cast<BlockDeclRefExpr>(E)->getDecl());
548 if (const BlockDeclRefExpr *BDR = dyn_cast<BlockDeclRefExpr>(E)) {
Expr.cpp     [all...]
StmtProfile.cpp 452 void StmtProfiler::VisitBlockDeclRefExpr(const BlockDeclRefExpr *S) {
StmtPrinter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 54 class BlockDeclRefExpr;
CodeGenFunction.h     [all...]
CGExprAgg.cpp 114 void VisitBlockDeclRefExpr(const BlockDeclRefExpr *E) {
    [all...]
CGBlocks.cpp 611 BlockDeclRefExpr nested(const_cast<VarDecl*>(variable), type,
    [all...]
CGExpr.cpp 676 return EmitBlockDeclRefLValue(cast<BlockDeclRefExpr>(E));
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 126 SmallVector<BlockDeclRefExpr *, 32> InnerDeclRefs;
128 SmallVector<BlockDeclRefExpr *, 32> BlockDeclRefs;
396 SmallVector<BlockDeclRefExpr *, 8> &InnerBlockDeclRefs,
459 const SmallVector<BlockDeclRefExpr *, 8> &InnerBlockDeclRefs);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 78 bool VisitBlockDeclRefExpr(BlockDeclRefExpr *E) {
SemaStmt.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 593 const BlockDeclRefExpr *BE = cast<BlockDeclRefExpr>(S);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
Stmt.h 136 friend class BlockDeclRefExpr; // ctor
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 750 void ASTStmtReader::VisitBlockDeclRefExpr(BlockDeclRefExpr *E) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 2662 milliseconds

1 2