OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasElseStorage
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
1926
// Present if and only if
hasElseStorage
().
1929
// Present if and only if
hasElseStorage
().
1936
return NumMandatoryStmtPtr +
hasElseStorage
() + hasVarStorage() +
1941
return
hasElseStorage
();
1980
bool
hasElseStorage
() const { return IfStmtBits.HasElse; }
2004
return
hasElseStorage
() ? getTrailingObjects<Stmt *>()[elseOffset()]
2009
return
hasElseStorage
() ? getTrailingObjects<Stmt *>()[elseOffset()]
2014
assert(
hasElseStorage
() &&
2070
return
hasElseStorage
() ? *getTrailingObjects<SourceLocation>()
2075
assert(
hasElseStorage
() &
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp
1439
attributeOnlyIfTrue("hasElse", IS->
hasElseStorage
());
Completed in 21 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026