Home
last modified time | relevance | path

Searched defs:BuiltinType (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/utils/ABITest/
H A DTypeGen.py33 class BuiltinType(Type): class
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp3922 bool UnnamedLocalNoLinkageFinder::VisitBuiltinType(const BuiltinType*) { in VisitBuiltinType()
H A DSemaChecking.cpp4106 QualType BuiltinType = Context.GetBuiltinType(AbsType, Error); in getAbsoluteValueArgumentType() local