Searched refs:Rec (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DFastISelEmitter.cpp210 Record *Rec = PredFn.getOrigPatFragRecord()->getRecord();
211 if (Rec->getValueAsBit("FastIselShouldIgnore"))
462 Record *Op0Rec = II.Operands[0].Rec;
H A DDAGISelMatcherGen.cpp739 Record *OperandNode = II.Operands[InstOpNo].Rec;
H A DFixedLenDecoderEmitter.cpp1846 const Record &OperandDef = *Info.Rec;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp931 RecordDecl *Rec = cast<RecordType>(CanonicalType)->getDecl(); local
933 *Def = Rec;
934 return !Rec->isCompleteDefinition();
H A DASTContext.cpp4467 const RecordType *Rec = T->getAs<RecordType>(); local
4468 assert(Rec && "Invalid CFConstantStringType");
4469 CFConstantStringTypeDecl = Rec->getDecl();
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp4797 } else if (CXXRecordDecl *Rec
4799 CXXRecordDecl *Pattern = Rec->getInstantiatedFromMemberClass();
4800 if (!Rec->isBeingDefined() && Pattern) {
4801 MemberSpecializationInfo *MSI = Rec->getMemberSpecializationInfo();
4805 return InstantiateClass(Loc, Rec, Pattern,
4806 getTemplateInstantiationArgs(Rec),
H A DSemaExpr.cpp10655 ExpressionEvaluationContextRecord& Rec = ExprEvalContexts.back(); local
10657 if (!Rec.Lambdas.empty()) {
10658 if (Rec.isUnevaluated()) {
10662 for (unsigned I = 0, N = Rec.Lambdas.size(); I != N; ++I)
10663 Diag(Rec.Lambdas[I]->getLocStart(),
10668 for (unsigned I = 0, N = Rec.Lambdas.size(); I != N; ++I) {
10669 LambdaExpr *Lambda = Rec.Lambdas[I];
10684 if (Rec.isUnevaluated() || Rec.Context == ConstantEvaluated) {
10685 ExprCleanupObjects.erase(ExprCleanupObjects.begin() + Rec
[all...]
H A DSemaTemplateInstantiate.cpp135 } else if (CXXRecordDecl *Rec = dyn_cast<CXXRecordDecl>(Ctx)) {
136 if (ClassTemplateDecl *ClassTemplate = Rec->getDescribedClassTemplate()) {
H A DSemaTemplateInstantiateDecl.cpp2936 if (CXXRecordDecl *Rec = dyn_cast<CXXRecordDecl>(Function->getDeclContext()))
2937 MergeWithParentScope = Rec->isLocalClass();
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp4346 if (RecordDecl *Rec = dyn_cast<RecordDecl>(TagT->getDecl()))
4347 if (!Rec->getDeclName()) {
4348 Rec->setAnonymousStructOrUnion(true);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5396 RecordLocation Rec = DeclCursorForID(ID, RawLocation); local
5397 return ReadSourceLocation(*Rec.F, RawLocation);

Completed in 283 milliseconds

12