OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockRequiresCopying
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1307
bool
BlockRequiresCopying
(QualType Ty, const VarDecl *D);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp
2691
bool hasCopyAndDispose = getContext().
BlockRequiresCopying
(Ty, D);
CGDebugInfo.cpp
4194
bool HasCopyAndDispose = CGM.getContext().
BlockRequiresCopying
(Type, VD);
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
5049
bool HasCopyAndDispose = Context->
BlockRequiresCopying
(Ty, ND);
RewriteObjC.cpp
4207
bool HasCopyAndDispose = Context->
BlockRequiresCopying
(Ty, ND);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
6738
///
BlockRequiresCopying
- Returns true if byref variable "D" of type "Ty"
6741
bool ASTContext::
BlockRequiresCopying
(QualType Ty,
Completed in 76 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026