Searched refs:buildImplicitTypedef (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A 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() 6591 buildImplicitTypedef(tagType, "__NSConstantString"); in getCFConstantStringDecl() 6824 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl() 7923 ObjCIdDecl = buildImplicitTypedef(T, "id"); in getObjCIdDecl() 7931 ObjCSelDecl = buildImplicitTypedef(T, "SEL"); in getObjCSelDecl() 7940 ObjCClassDecl = buildImplicitTypedef(T, "Class"); in getObjCClassDecl() 7967 return Context->buildImplicitTypedef(T, Name); in CreateCharPtrNamedVaListDecl() 7981 return Context->buildImplicitTypedef(T, "__builtin_va_list"); in CreateVoidPtrBuiltinVaListDecl() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | Sema.cpp | 222 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope); in addImplicitTypedef()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1114 TypedefDecl *buildImplicitTypedef(QualType T, StringRef Name) const;
|