Home | History | Annotate | Download | only in AST

Lines Matching defs:Class

10 // This file implements the subclesses of Expr class declared in ExprCXX.h
34 // polymorphic class type, [...] the expression is an unevaluated operand.
879 CXXRecordDecl *Class = getLambdaClass();
880 CXXRecordDecl::LambdaDefinitionData &Data = Class->getLambdaData();
885 ASTContext &Context = Class->getASTContext();
918 CXXRecordDecl *Class,
931 QualType T = Context.getTypeDeclType(Class);
1317 // If there was a nested name specifier, it names the naming class.
1327 // Otherwise the naming class must have been the base class.