OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getConditionVariable
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp
967
VarDecl *IfStmt::
getConditionVariable
() {
1019
VarDecl *ForStmt::
getConditionVariable
() const {
1085
VarDecl *SwitchStmt::
getConditionVariable
() {
1146
VarDecl *WhileStmt::
getConditionVariable
() {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
2027
VarDecl *
getConditionVariable
();
2028
const VarDecl *
getConditionVariable
() const {
2029
return const_cast<IfStmt *>(this)->
getConditionVariable
();
2231
VarDecl *
getConditionVariable
();
2232
const VarDecl *
getConditionVariable
() const {
2233
return const_cast<SwitchStmt *>(this)->
getConditionVariable
();
2394
VarDecl *
getConditionVariable
();
2395
const VarDecl *
getConditionVariable
() const {
2396
return const_cast<WhileStmt *>(this)->
getConditionVariable
();
2528
VarDecl *
getConditionVariable
() const
[
all
...]
Completed in 34 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026