Searched refs:buildImplicitTypedef (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/AST/ |
D | ASTContext.cpp | 954 TypedefDecl *ASTContext::buildImplicitTypedef(QualType T, in buildImplicitTypedef() function in ASTContext 966 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl() 972 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl() 4929 buildImplicitTypedef(tagType, "__NSConstantString"); in getCFConstantStringDecl() 5104 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl() 6127 ObjCIdDecl = buildImplicitTypedef(T, "id"); in getObjCIdDecl() 6135 ObjCSelDecl = buildImplicitTypedef(T, "SEL"); in getObjCSelDecl() 6144 ObjCClassDecl = buildImplicitTypedef(T, "Class"); in getObjCClassDecl() 6171 return Context->buildImplicitTypedef(T, Name); in CreateCharPtrNamedVaListDecl() 6185 return Context->buildImplicitTypedef(T, "__builtin_va_list"); in CreateVoidPtrBuiltinVaListDecl() [all …]
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 139 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope); in addImplicitTypedef()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 972 TypedefDecl *buildImplicitTypedef(QualType T, StringRef Name) const;
|