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.cpp1246 TypedefDecl *ASTContext::buildImplicitTypedef(QualType T, in buildImplicitTypedef() function in ASTContext
1258 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl()
1264 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()
8402 buildImplicitTypedef(tagType, "__NSConstantString"); in getCFConstantStringDecl()
8637 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl()
9753 ObjCIdDecl = buildImplicitTypedef(T, "id"); in getObjCIdDecl()
9761 ObjCSelDecl = buildImplicitTypedef(T, "SEL"); in getObjCSelDecl()
9770 ObjCClassDecl = buildImplicitTypedef(T, "Class"); in getObjCClassDecl()
9808 return Context->buildImplicitTypedef(T, Name); in CreateCharPtrNamedVaListDecl()
9822 return Context->buildImplicitTypedef(T, "__builtin_va_list"); in CreateVoidPtrBuiltinVaListDecl()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1356 TypedefDecl *buildImplicitTypedef(QualType T, StringRef Name) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp370 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope); in addImplicitTypedef()