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

References

tools/clang/tools/libclang/CIndex.cpp
 4334     return getDeclFromExpr(CE->getSubExpr());
 4354     return getDeclFromExpr(POE->getSyntacticForm());
 4357       return getDeclFromExpr(Src);
 4360     return getDeclFromExpr(CE->getCallee());
 4590     const Decl *D = getDeclFromExpr(getCursorExpr(C));
 6144     const Decl *D = getDeclFromExpr(E);