Home
last modified time | relevance | path

Searched defs:BlockDecl (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DMangleNumberingContext.h22 class BlockDecl; variable
H A DMangle.h29 class BlockDecl; variable
H A DDeclBase.h45 class BlockDecl; variable
H A DExpr.h43 class BlockDecl; variable
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h20 class BlockDecl; variable
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransforms.h20 class BlockDecl; variable
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h37 class BlockDecl; variable
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h37 class BlockDecl; variable
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h44 class BlockDecl; variable
H A DSema.h92 class BlockDecl; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3976 AST_POLYMORPHIC_MATCHER_P( in AST_POLYMORPHIC_MATCHER_P()
4791 BlockDecl), in AST_POLYMORPHIC_MATCHER_P2() argument
5014 BlockDecl), in AST_POLYMORPHIC_MATCHER_P() argument
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp4826 BlockDecl::BlockDecl(DeclContext *DC, SourceLocation CaretLoc) in BlockDecl() function in BlockDecl
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp2920 formatBlockPlaceholder(const PrintingPolicy &Policy, const NamedDecl *BlockDecl, in formatBlockPlaceholder()