OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXXBoolLiteralExprBits
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h
725
CXXBoolLiteralExprBits
.Value = Val;
726
CXXBoolLiteralExprBits
.Loc = Loc;
733
bool getValue() const { return
CXXBoolLiteralExprBits
.Value; }
734
void setValue(bool V) {
CXXBoolLiteralExprBits
.Value = V; }
739
SourceLocation getLocation() const { return
CXXBoolLiteralExprBits
.Loc; }
740
void setLocation(SourceLocation L) {
CXXBoolLiteralExprBits
.Loc = L; }
Stmt.h
1047
CXXBoolLiteralExprBitfields
CXXBoolLiteralExprBits
;
Completed in 90 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026