OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LeftHandSide
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Nodes.cpp
63
case syntax::NodeRole::
LeftHandSide
:
64
return OS << "
LeftHandSide
";
201
findChild(syntax::NodeRole::
LeftHandSide
));
BuildTree.cpp
1183
Builder.markExprChild(S->getLHS(), syntax::NodeRole::
LeftHandSide
);
1268
Builder.markExprChild(S->getArg(0), syntax::NodeRole::
LeftHandSide
);
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Nodes.h
88
LeftHandSide
,
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h
5501
const Expr *
LeftHandSide
= internal::getLHS(Node);
5502
return (
LeftHandSide
!= nullptr &&
5503
InnerMatcher.matches(*
LeftHandSide
, Finder, Builder));
Completed in 74 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026