Searched refs:buildImplicitTypedef (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 1118 TypedefDecl *ASTContext::buildImplicitTypedef(QualType T, in buildImplicitTypedef() function in ASTContext 1130 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl() 5901 buildImplicitTypedef(tagType, "__NSConstantString"); in getCFConstantStringDecl() 6118 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl() 7178 ObjCIdDecl = buildImplicitTypedef(T, "id"); in getObjCIdDecl() 7186 ObjCSelDecl = buildImplicitTypedef(T, "SEL"); in getObjCSelDecl() 7195 ObjCClassDecl = buildImplicitTypedef(T, "Class"); in getObjCClassDecl() 7222 return Context->buildImplicitTypedef(T, Name); in CreateCharPtrNamedVaListDecl() 7236 return Context->buildImplicitTypedef(T, "__builtin_va_list"); in CreateVoidPtrBuiltinVaListDecl() 7353 Context->buildImplicitTypedef(VaListTagType, "__va_list_tag"); in CreatePowerABIBuiltinVaListDecl() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | Sema.cpp | 183 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope); in addImplicitTypedef()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1112 TypedefDecl *buildImplicitTypedef(QualType T, StringRef Name) const;
|