Searched refs:buildImplicitTypedef (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | ASTContext.cpp | 1238 TypedefDecl *ASTContext::buildImplicitTypedef(QualType T, in buildImplicitTypedef() function in ASTContext 1250 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl() 1256 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl() 6610 buildImplicitTypedef(tagType, "__NSConstantString"); in getCFConstantStringDecl() 6843 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl() 7942 ObjCIdDecl = buildImplicitTypedef(T, "id"); in getObjCIdDecl() 7950 ObjCSelDecl = buildImplicitTypedef(T, "SEL"); in getObjCSelDecl() 7959 ObjCClassDecl = buildImplicitTypedef(T, "Class"); in getObjCClassDecl() 7986 return Context->buildImplicitTypedef(T, Name); in CreateCharPtrNamedVaListDecl() 8000 return Context->buildImplicitTypedef(T, "__builtin_va_list"); in CreateVoidPtrBuiltinVaListDecl() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | ASTContext.h | 1159 TypedefDecl *buildImplicitTypedef(QualType T, StringRef Name) const;
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | Sema.cpp | 245 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope); in addImplicitTypedef()
|