OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConditionVariable
(Results
1 - 11
of
11
) sorted by null
/external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp
99
if (S->
getConditionVariable
())
113
if (S->
getConditionVariable
())
/external/clang/lib/CodeGen/
CGStmt.cpp
431
if (S.
getConditionVariable
())
432
EmitAutoVarDecl(*S.
getConditionVariable
());
514
if (S.
getConditionVariable
())
515
EmitAutoVarDecl(*S.
getConditionVariable
());
644
if (S.
getConditionVariable
()) {
645
EmitAutoVarDecl(*S.
getConditionVariable
());
[
all
...]
/external/clang/lib/Analysis/
CFG.cpp
[
all
...]
/external/clang/lib/AST/
Stmt.cpp
834
VarDecl *IfStmt::
getConditionVariable
() const {
865
VarDecl *ForStmt::
getConditionVariable
() const {
892
VarDecl *SwitchStmt::
getConditionVariable
() const {
926
VarDecl *WhileStmt::
getConditionVariable
() const {
[
all
...]
StmtProfile.cpp
119
VisitDecl(S->
getConditionVariable
());
124
VisitDecl(S->
getConditionVariable
());
129
VisitDecl(S->
getConditionVariable
());
[
all
...]
ExprConstant.cpp
[
all
...]
/external/clang/include/clang/AST/
Stmt.h
866
VarDecl *
getConditionVariable
() const;
939
VarDecl *
getConditionVariable
() const;
[
all
...]
/external/clang/lib/Sema/
TreeTransform.h
[
all
...]
JumpDiagnostics.cpp
327
if (VarDecl *Var = cast<SwitchStmt>(S)->
getConditionVariable
()) {
/external/clang/lib/Serialization/
ASTWriterStmt.cpp
122
Writer.AddDeclRef(S->
getConditionVariable
(), Record);
133
Writer.AddDeclRef(S->
getConditionVariable
(), Record);
146
Writer.AddDeclRef(S->
getConditionVariable
(), Record);
167
Writer.AddDeclRef(S->
getConditionVariable
(), Record);
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
[
all
...]
Completed in 73 milliseconds