OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCopyExpr
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h
210
Visit(C.
getCopyExpr
());
Decl.h
4160
Expr *
getCopyExpr
() const { return CopyExpr; }
RecursiveASTVisitor.h
1432
TRY_TO(TraverseStmt(I.
getCopyExpr
()));
Expr.h
5944
Expr *
getCopyExpr
() const { return ExprAndFlag.getPointer(); }
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp
970
} else if (const Expr *copyExpr = CI.
getCopyExpr
()) {
1618
if (CI.
getCopyExpr
()) {
1991
assert(CI.
getCopyExpr
() && "copy expression for variable is missing");
1992
EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.
getCopyExpr
());
2554
CGM.getContext().getBlockVarCopyInit(&var).
getCopyExpr
();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp
232
copyExpr = CI->
getCopyExpr
();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp
1013
Record.AddStmt(Init.
getCopyExpr
());
1014
if (Init.
getCopyExpr
())
1195
if (capture.hasCopyExpr()) Record.AddStmt(capture.
getCopyExpr
());
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp
3266
if (Expr *CopyExpr = CI.
getCopyExpr
()) {
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
6744
const Expr *copyExpr = getBlockVarCopyInit(D).
getCopyExpr
();
Completed in 100 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026