Searched refs:buildImplicitTypedef (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 1159 TypedefDecl *ASTContext::buildImplicitTypedef(QualType T, in buildImplicitTypedef() function in ASTContext 1171 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl() 7350 buildImplicitTypedef(tagType, "__NSConstantString"); in getCFConstantStringDecl() 7583 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl() 8691 ObjCIdDecl = buildImplicitTypedef(T, "id"); in getObjCIdDecl() 8699 ObjCSelDecl = buildImplicitTypedef(T, "SEL"); in getObjCSelDecl() 8708 ObjCClassDecl = buildImplicitTypedef(T, "Class"); in getObjCClassDecl() 8735 return Context->buildImplicitTypedef(T, Name); in CreateCharPtrNamedVaListDecl() 8749 return Context->buildImplicitTypedef(T, "__builtin_va_list"); in CreateVoidPtrBuiltinVaListDecl() 8865 Context->buildImplicitTypedef(VaListTagType, "__va_list_tag"); in CreatePowerABIBuiltinVaListDecl() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1209 TypedefDecl *buildImplicitTypedef(QualType T, StringRef Name) const;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 264 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope); in addImplicitTypedef()
|