OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasFunctionName
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
513
bool
HasFunctionName
= SL != nullptr;
514
PredefinedExprBits.
HasFunctionName
=
HasFunctionName
;
516
if (
HasFunctionName
)
521
PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool
HasFunctionName
)
523
PredefinedExprBits.
HasFunctionName
=
HasFunctionName
;
529
bool
HasFunctionName
= SL != nullptr;
530
void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(
HasFunctionName
),
536
bool
HasFunctionName
) {
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
586
bool
HasFunctionName
= E->getFunctionName() != nullptr;
587
Record.push_back(
HasFunctionName
);
590
if (
HasFunctionName
)
ASTReaderStmt.cpp
586
bool
HasFunctionName
= Record.readInt();
587
E->PredefinedExprBits.
HasFunctionName
=
HasFunctionName
;
590
if (
HasFunctionName
)
2808
/*
HasFunctionName
*/ Record[ASTStmtReader::NumExprFields]);
Completed in 20 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026