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

References

tools/clang/tools/libclang/CIndex.cpp
 3008     SetParentRAII SetParent(Parent, StmtParent, LI.getParent());
 3010     switch (LI.getKind()) {
 3012         const Decl *D = cast<DeclVisit>(&LI)->get();
 3018                                cast<DeclVisit>(&LI)->isFirst())))
 3025              *cast<ExplicitTemplateArgsVisit>(&LI)) {
 3033         if (Visit(cast<TypeLocVisit>(&LI)->get()))
 3038         const LabelDecl *LS = cast<LabelRefVisit>(&LI)->get();
 3040           if (Visit(MakeCursorLabelRef(stmt, cast<LabelRefVisit>(&LI)->getLoc(),
 3049         NestedNameSpecifierLocVisit *V = cast<NestedNameSpecifierLocVisit>(&LI);
 3056         if (VisitDeclarationNameInfo(cast<DeclarationNameInfoVisit>(&LI)
 3062         MemberRefVisit *V = cast<MemberRefVisit>(&LI);
 3068         const Stmt *S = cast<StmtVisit>(&LI)->get();
 3089         const MemberExpr *M = cast<MemberExprParts>(&LI)->get();
 3112         const DeclRefExpr *DR = cast<DeclRefExprParts>(&LI)->get();
 3123         const OverloadExpr *O = cast<OverloadExprParts>(&LI)->get();
 3137         const SizeOfPackExpr *E = cast<SizeOfPackExprParts>(&LI)->get();
 3162         const LambdaExpr *E = cast<LambdaExprParts>(&LI)->get();