Home
last modified time | relevance | path

Searched refs:buildImplicitTypedef (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1189 TypedefDecl *ASTContext::buildImplicitTypedef(QualType T, in buildImplicitTypedef() function in ASTContext
1201 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl()
1207 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()
7806 buildImplicitTypedef(tagType, "__NSConstantString"); in getCFConstantStringDecl()
8039 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl()
9150 ObjCIdDecl = buildImplicitTypedef(T, "id"); in getObjCIdDecl()
9158 ObjCSelDecl = buildImplicitTypedef(T, "SEL"); in getObjCSelDecl()
9167 ObjCClassDecl = buildImplicitTypedef(T, "Class"); in getObjCClassDecl()
9194 return Context->buildImplicitTypedef(T, Name); in CreateCharPtrNamedVaListDecl()
9208 return Context->buildImplicitTypedef(T, "__builtin_va_list"); in CreateVoidPtrBuiltinVaListDecl()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1254 TypedefDecl *buildImplicitTypedef(QualType T, StringRef Name) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp309 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope); in addImplicitTypedef()