Searched refs:BuiltinType (Results 51 - 74 of 74) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1797 if (const BuiltinType *BTy = T->getAs<BuiltinType>()) {
H A DExpr.cpp1448 } else if (CalleeType->isSpecificPlaceholderType(BuiltinType::BoundMember)) {
2750 assert(expr->hasPlaceholderType(BuiltinType::BoundMember));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp684 case PDB_SymType::BuiltinType: {
H A DSymbolFilePDB.cpp1576 case PDB_SymType::BuiltinType:
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1015 if (T->isSpecificPlaceholderType(BuiltinType::BoundMember)) {
H A DSemaExprObjC.cpp1820 if (argExpr->hasPlaceholderType(BuiltinType::ARCUnbridgedCast) &&
4504 assert(!e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast));
4536 assert(e->hasPlaceholderType(BuiltinType::ARCUnbridgedCast));
H A DSemaCoroutine.cpp950 !E->getType()->isSpecificPlaceholderType(BuiltinType::Overload)) {
H A DSemaExprCXX.cpp3840 if (const BuiltinType *ToPointeeType
3841 = ToPtrType->getPointeeType()->getAs<BuiltinType>()) {
3852 return (ToPointeeType->getKind() == BuiltinType::Char_U ||
3853 ToPointeeType->getKind() == BuiltinType::Char_S);
H A DSemaExprMember.cpp1636 if (IsArrow && BaseType->isSpecificBuiltinType(BuiltinType::ObjCSel) &&
H A DSemaPseudoObject.cpp1667 assert(syntax->hasPlaceholderType(BuiltinType::PseudoObject));
H A DSemaDecl.cpp9646 QualType BuiltinType = Context.GetBuiltinType(BuiltinID, Error); local
9648 if (!Error && !BuiltinType.isNull() &&
9650 NewFD->getType(), BuiltinType))
14949 if (const BuiltinType *BT = T->getAs<BuiltinType>())
H A DSemaInit.cpp9636 } else if (const BuiltinType *BT = EntityType->getAs<BuiltinType>())
H A DSemaDeclCXX.cpp15481 if (!ParamType->isSpecificBuiltinType(BuiltinType::Int) &&
15579 if (ParamType->isSpecificBuiltinType(BuiltinType::ULongLong) ||
15580 ParamType->isSpecificBuiltinType(BuiltinType::LongDouble) ||
H A DSemaDeclAttr.cpp4107 if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() &&
H A DSemaTemplate.cpp5848 bool UnnamedLocalNoLinkageFinder::VisitBuiltinType(const BuiltinType*) { argument
H A DTreeTransform.h10220 if (result.get()->hasPlaceholderType(BuiltinType::PseudoObject))
H A DSemaOpenMP.cpp16249 !DepModifier->getType()->isSpecificBuiltinType(BuiltinType::OMPIterator))
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp865 assert(OOE->getType()->castAs<BuiltinType>()->isInteger());
H A DExprEngine.cpp249 const auto *BT = dyn_cast<BuiltinType>(T);
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp973 const AstTypeMatcher<BuiltinType> builtinType;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h878 DEF_TRAVERSE_TYPE(BuiltinType, {})
1114 DEF_TRAVERSE_TYPELOC(BuiltinType, {})
H A DExprCXX.h2895 assert(E->getType()->isSpecificBuiltinType(BuiltinType::Overload));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5786 extern const AstTypeMatcher<BuiltinType> builtinType;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2109 BaseType->isSpecificPlaceholderType(BuiltinType::BoundMember))) {

Completed in 744 milliseconds

123