reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/libclang/CIndex.cpp
 3968           clang_getCursorKind(C) == CXCursor_CompoundStmt
 3969               ? evaluateCompoundStmtExpr(cast<CompoundStmt>(getCursorStmt(C)))
 3970               : evaluateDeclExpr(getCursorDecl(C)))
 3972         reinterpret_cast<const void *>(evaluateExpr(const_cast<Expr *>(E), C)));