Searched defs:BuiltinType (Results 1 - 4 of 4) sorted by relevance

/external/clang/utils/ABITest/
H A DTypeGen.py33 class BuiltinType(Type): class in inherits:Type
441 fbtg = FixedTypeGenerator([BuiltinType('char', 4),
442 BuiltinType('char', 4, 0),
443 BuiltinType('int', 4, 5)])
452 btg = FixedTypeGenerator([BuiltinType('char', 4),
453 BuiltinType('int', 4)])
/external/clang/lib/Parse/
H A DParseDecl.cpp205 bool BuiltinType = false; local
227 BuiltinType = true;
241 if (!BuiltinType &&
284 if (BuiltinType && attr->getKind() == AttributeList::AT_IBOutletCollection)
/external/clang/lib/Sema/
H A DSemaTemplate.cpp3324 bool UnnamedLocalNoLinkageFinder::VisitBuiltinType(const BuiltinType*) { argument
/external/clang/include/clang/AST/
H A DType.h1213 friend class BuiltinType;
1217 /// The kind (BuiltinType::Kind) of builtin type this is.
1447 const BuiltinType *getAsPlaceholderType() const;
1453 /// other than Overload; see BuiltinType::isNonOverloadPlaceholderType.
1765 /// BuiltinType - This class is used for builtin types like 'int'. Builtin
1767 class BuiltinType : public Type { class in namespace:clang
1776 BuiltinType(Kind K) function in class:clang::BuiltinType
1838 static bool classof(const BuiltinType *) { return true; }
4179 /// pointee is an ObjCObjectType with base BuiltinType::ObjCIdType
4183 /// with base BuiltinType
[all...]

Completed in 123 milliseconds