Searched refs:isBuiltinType (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp694 assert(OOE->getType()->isBuiltinType());
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1468 /// isBuiltinType - returns true if the type is a builtin type.
1469 bool isBuiltinType() const;
4901 inline bool Type::isBuiltinType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp2160 assert(EltType->isBuiltinType() && "Neon vector element not a BuiltinType");
2231 assert(EltType->isBuiltinType() && "Neon vector element not a BuiltinType");
H A DASTContext.cpp2659 assert(vecType->isBuiltinType());
2690 assert(vecType->isBuiltinType() || vecType->isDependentType());
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp528 } else if (ValueType->isBuiltinType()) {
H A DSemaType.cpp4686 if (!CurType->isBuiltinType() || CurType->isBooleanType() ||
H A DSemaDeclAttr.cpp1373 QT->isBuiltinType() ? diag::err_iboutletcollection_builtintype

Completed in 304 milliseconds