Searched defs:IfStmt (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DStmt.cpp759 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, function in class:IfStmt
769 VarDecl *IfStmt::getConditionVariable() const {
777 void IfStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {
/external/clang/include/clang/AST/
H A DStmt.h867 /// IfStmt - This represents an if/then/else.
869 class IfStmt : public Stmt { class in namespace:clang
877 IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
882 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { } function in class:clang::IfStmt
895 /// If this IfStmt has a condition variable, return the faux DeclStmt
/external/libgdx/extensions/gdx-jnigen/libs/
H A Djavaparser-core-2.3.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/github/ com/github/javaparser/ com/github/javaparser/ast/ ...

Completed in 588 milliseconds