Searched refs:buildImplicitTypedef (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | ASTContext.cpp | 1225 TypedefDecl *ASTContext::buildImplicitTypedef(QualType T, in buildImplicitTypedef() function in ASTContext 1237 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl() 1243 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl() 7343 buildImplicitTypedef(tagType, "__NSConstantString"); in getCFConstantStringDecl() 7576 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl() 8680 ObjCIdDecl = buildImplicitTypedef(T, "id"); in getObjCIdDecl() 8688 ObjCSelDecl = buildImplicitTypedef(T, "SEL"); in getObjCSelDecl() 8697 ObjCClassDecl = buildImplicitTypedef(T, "Class"); in getObjCClassDecl() 8724 return Context->buildImplicitTypedef(T, Name); in CreateCharPtrNamedVaListDecl() 8738 return Context->buildImplicitTypedef(T, "__builtin_va_list"); in CreateVoidPtrBuiltinVaListDecl() [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | Sema.cpp | 264 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope); in addImplicitTypedef()
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | ASTContext.h | 1193 TypedefDecl *buildImplicitTypedef(QualType T, StringRef Name) const;
|