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

References

tools/clang/tools/libclang/CIndex.cpp
 3893       callExpr = static_cast<CallExpr *>(CC->getSubExpr());
 3894       StringLiteral *S = getCFSTR_value(callExpr);
 3908     callExpr = static_cast<CallExpr *>(expr);
 3909     rettype = callExpr->getCallReturnType(ctx);
 3911     if (rettype->isVectorType() || callExpr->getNumArgs() > 1)
 3915       if (callExpr->getNumArgs() == 1 &&
 3916           !callExpr->getArg(0)->getType()->isIntegralType(ctx))
 3920       StringLiteral *S = getCFSTR_value(callExpr);