clang  3.9.0
Macros
IndexDecl.cpp File Reference
#include "IndexingContext.h"
#include "clang/Index/IndexDataConsumer.h"
#include "clang/AST/DeclVisitor.h"
Include dependency graph for IndexDecl.cpp:

Go to the source code of this file.

Macros

#define TRY_TO(CALL_EXPR)
 

Macro Definition Documentation

#define TRY_TO (   CALL_EXPR)
Value:
do { \
if (!CALL_EXPR) \
return false; \
} while (0)
return(__x >> __y)|(__x<< (32-__y))
if(T->getSizeExpr()) TRY_TO(TraverseStmt(T-> getSizeExpr()))

Definition at line 17 of file IndexDecl.cpp.