OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasVarStorage
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
1917
// Present if and only if
hasVarStorage
(). This is in fact a "DeclStmt *".
1936
return NumMandatoryStmtPtr + hasElseStorage() +
hasVarStorage
() +
1947
return InitOffset + hasInitStorage() +
hasVarStorage
();
1977
bool
hasVarStorage
() const { return IfStmtBits.HasVar; }
2039
return
hasVarStorage
() ? static_cast<DeclStmt *>(
2045
return
hasVarStorage
() ? static_cast<DeclStmt *>(
2138
// Present if and only if
hasVarStorage
(). This is in fact a "DeclStmt *".
2151
return NumMandatoryStmtPtr + hasInitStorage() +
hasVarStorage
();
2157
return InitOffset + hasInitStorage() +
hasVarStorage
();
2183
bool
hasVarStorage
() const { return SwitchStmtBits.HasVar;
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026