OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSourceBitField
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
196
if (const FieldDecl *FD = E->
getSourceBitField
())
3842
FieldDecl *Expr::
getSourceBitField
() {
3871
return E->
getSourceBitField
();
3876
return BinOp->getLHS()->
getSourceBitField
();
3879
return BinOp->getRHS()->
getSourceBitField
();
3884
return UnOp->getSubExpr()->
getSourceBitField
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
473
FieldDecl *
getSourceBitField
();
475
const FieldDecl *
getSourceBitField
() const {
476
return const_cast<Expr*>(this)->
getSourceBitField
();
Completed in 27 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026