reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Decl.h
 4028   static BlockDecl *Create(ASTContext &C, DeclContext *DC, SourceLocation L);

References

tools/clang/lib/Sema/SemaExpr.cpp
14082   BlockDecl *Block = BlockDecl::Create(Context, CurContext, CaretLoc);
tools/clang/lib/Sema/SemaLambda.cpp
 1883   BlockDecl *Block = BlockDecl::Create(Context, CurContext, ConvLocation);
tools/lldb/source/Symbol/ClangASTContext.cpp
 1877     clang::BlockDecl *decl = clang::BlockDecl::Create(*getASTContext(), ctx,