Searched defs:VJ (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCIndex.cpp1692 static bool classof(const VisitorJob *VJ) { return VJ->getKind() == KIND; }\
1712 static bool classof(const VisitorJob *VJ) { argument
1713 return VJ->getKind() == DeclVisitKind;
1724 static bool classof(const VisitorJob *VJ) { argument
1725 return VJ->getKind() == TypeLocVisitKind;
1740 static bool classof(const VisitorJob *VJ) { argument
1741 return VJ->getKind() == VisitorJob::LabelRefVisitKind;
1757 static bool classof(const VisitorJob *VJ) { argument
1758 return VJ
1773 classof(const VisitorJob *VJ) argument
1795 classof(const VisitorJob *VJ) argument
[all...]

Completed in 50 milliseconds