OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasFoundDecl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
1203
/// DeclRefExprBits.
HasFoundDecl
:
1234
return
hasFoundDecl
();
1243
bool
hasFoundDecl
() const { return DeclRefExprBits.
HasFoundDecl
; }
1281
bool
HasFoundDecl
,
1323
return
hasFoundDecl
() ? *getTrailingObjects<NamedDecl *>() : D;
1329
return
hasFoundDecl
() ? *getTrailingObjects<NamedDecl *>() : D;
3160
bool
HasFoundDecl
,
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
598
E->DeclRefExprBits.
HasFoundDecl
= Record.readInt();
611
if (E->
hasFoundDecl
())
1021
bool
HasFoundDecl
= Record.readInt();
1030
E->MemberExprBits.HasQualifierOrFoundDecl = HasQualifier ||
HasFoundDecl
;
1036
if (HasQualifier ||
HasFoundDecl
) {
1038
if (
HasFoundDecl
) {
2815
/*
HasFoundDecl
=*/Record[ASTStmtReader::NumExprFields + 1],
Completed in 26 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026