OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockVarCopyInits
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
289
llvm::DenseMap<const VarDecl *, BlockVarCopyInit>
BlockVarCopyInits
;
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
2861
auto I =
BlockVarCopyInits
.find(VD);
2862
if (I !=
BlockVarCopyInits
.end())
2873
BlockVarCopyInits
[VD].setExprAndFlag(CopyExpr, CanThrow);
11085
llvm::capacity_in_bytes(
BlockVarCopyInits
) +
Completed in 28 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026