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.cpp215 bool BuiltinType = false; local
239 BuiltinType = true;
262 if (!BuiltinType && !AttrName->isStr("vec_type_hint") &&
319 if (BuiltinType &&
/external/clang/lib/Sema/
H A DSemaTemplate.cpp3317 bool UnnamedLocalNoLinkageFinder::VisitBuiltinType(const BuiltinType*) { argument
/external/clang/include/clang/AST/
H A DType.h1241 friend class BuiltinType;
1245 /// The kind (BuiltinType::Kind) of builtin type this is.
1469 const BuiltinType *getAsPlaceholderType() const;
1475 /// other than Overload; see BuiltinType::isNonOverloadPlaceholderType.
1815 /// BuiltinType - This class is used for builtin types like 'int'. Builtin
1817 class BuiltinType : public Type { class in namespace:clang
1826 BuiltinType(Kind K) function in class:clang::BuiltinType
4174 /// pointee is an ObjCObjectType with base BuiltinType::ObjCIdType
4178 /// with base BuiltinType::ObjCIdType and protocol list [P]. Eventually
4191 /// Either a BuiltinType o
[all...]

Completed in 116 milliseconds