OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AltForm
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
4723
llvm::PointerIntPair<InitListExpr *, 1, bool>
AltForm
;
4740
: Expr(InitListExprClass, Empty),
AltForm
(nullptr, true) { }
4866
bool isSemanticForm() const { return
AltForm
.getInt(); }
4868
return isSemanticForm() ? nullptr :
AltForm
.getPointer();
4871
return !
AltForm
.getInt() || !
AltForm
.getPointer();
4874
return isSemanticForm() ?
AltForm
.getPointer() : nullptr;
4878
AltForm
.setPointer(Init);
4879
AltForm
.setInt(true);
4880
Init->
AltForm
.setPointer(this)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
2191
RBraceLoc(rbraceloc),
AltForm
(nullptr, true) {
Completed in 29 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026