Lines Matching refs:CLASS
20 class PreprocessingRecord;
21 class ASTUnit;
25 class VisitorJob {
54 class CursorVisitor : public DeclVisitor<CursorVisitor, bool>,
121 class SetParentRAII {
229 // FIXME: ObjCCompatibleAliasDecl requires aliased-class locations.
250 #define ABSTRACT_TYPELOC(CLASS, PARENT)
251 #define TYPELOC(CLASS, PARENT) \
252 bool Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc);