Searched refs:buildImplicitTypedef (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 1251 TypedefDecl *ASTContext::buildImplicitTypedef(QualType T, in buildImplicitTypedef() function in ASTContext 1263 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl() 7238 buildImplicitTypedef(tagType, "__NSConstantString"); in getCFConstantStringDecl() 7471 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl() 8575 ObjCIdDecl = buildImplicitTypedef(T, "id"); in getObjCIdDecl() 8583 ObjCSelDecl = buildImplicitTypedef(T, "SEL"); in getObjCSelDecl() 8592 ObjCClassDecl = buildImplicitTypedef(T, "Class"); in getObjCClassDecl() 8619 return Context->buildImplicitTypedef(T, Name); in CreateCharPtrNamedVaListDecl() 8633 return Context->buildImplicitTypedef(T, "__builtin_va_list"); in CreateVoidPtrBuiltinVaListDecl() 8749 Context->buildImplicitTypedef(VaListTagType, "__va_list_tag"); in CreatePowerABIBuiltinVaListDecl() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1222 TypedefDecl *buildImplicitTypedef(QualType T, StringRef Name) const;
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | Sema.cpp | 263 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope); in addImplicitTypedef()
|