Searched refs:getAs (Results 226 - 242 of 242) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp281 if (const auto *TT = QT->getAs<TypedefType>())
H A DDeclBase.cpp973 return Ty->getAs<FunctionType>();
H A DExprCXX.cpp837 if (const auto *SrcPTy = SrcType->getAs<PointerType>()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp1387 const RecordType *RT = FieldBaseElementType->getAs<RecordType>();
2676 auto *ClassTy = T->getAs<RecordType>();
H A DCGDebugInfo.cpp1462 const FunctionProtoType *Func = Method->getType()->getAs<FunctionProtoType>();
2771 Ty->getPointeeType()->getAs<FunctionProtoType>();
3552 const auto *FTy = FnType->getAs<FunctionType>();
H A DCGDecl.cpp1455 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) {
H A DCGObjCGNU.cpp2377 const ObjCObjectPointerType *OPT = T->getAs<ObjCObjectPointerType>();
2409 T->getAs<ObjCObjectPointerType>();
H A DCGObjC.cpp924 if (const RecordType *recordType = ivarType->getAs<RecordType>())
H A DCodeGenFunction.h2324 if (const RecordType *RT = T->getAs<RecordType>()) {
H A DMicrosoftCXXABI.cpp3791 if (const auto *MPTy = T->getAs<MemberPointerType>())
H A DCGOpenMPRuntime.cpp1111 if (const auto *PtrTy = BaseTy->getAs<PointerType>()) {
7162 if (const auto *RefTy = ExprTy->getAs<ReferenceType>())
7181 if (const auto *PTy = BaseTy->getAs<PointerType>()) {
H A DCGStmtOpenMP.cpp1099 if (const auto *RefTy = PrivateVD->getType()->getAs<ReferenceType>())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1988 const auto *FPT = getType()->getAs<FunctionProtoType>();
2472 const auto *FPT = T->getAs<FunctionProtoType>();
H A DDeclTemplate.h1505 return ParameterPack && getType()->getAs<PackExpansionType>();
H A DExpr.h405 if (const ReferenceType *RT = T->getAs<ReferenceType>())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6781 if (const auto *F = Node.getType()->getAs<FunctionProtoType>())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4976 if (!(Res.getAs<OMPExecutableDirective>()->isStandaloneDirective())) {
4977 Res.getAs<OMPExecutableDirective>()
12955 VDPrivate->setInit(Result.getAs<Expr>());
13450 if (const auto *TyRec = Ty->getAs<RecordType>()) {
13980 auto *DRDRef = DeclareReductionRef.getAs<DeclRefExpr>();
14007 if (auto *ComplexTy = OrigType->getAs<ComplexType>())

Completed in 546 milliseconds

12345678910