Searched refs:buildImplicitTypedef (Results 1 – 6 of 6) 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/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 1226 TypedefDecl *ASTContext::buildImplicitTypedef(QualType T, in buildImplicitTypedef() function in ASTContext 1238 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t"); in getInt128Decl() 1244 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl() 6522 buildImplicitTypedef(tagType, "__NSConstantString"); in getCFConstantStringDecl() 6755 buildImplicitTypedef(getObjCIdType(), "instancetype"); in getObjCInstanceTypeDecl() 7809 ObjCIdDecl = buildImplicitTypedef(T, "id"); in getObjCIdDecl() 7817 ObjCSelDecl = buildImplicitTypedef(T, "SEL"); in getObjCSelDecl() 7826 ObjCClassDecl = buildImplicitTypedef(T, "Class"); in getObjCClassDecl() 7853 return Context->buildImplicitTypedef(T, Name); in CreateCharPtrNamedVaListDecl() 7867 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;
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 1071 TypedefDecl *buildImplicitTypedef(QualType T, StringRef Name) const;
|
/external/llvm-project/clang/lib/Sema/ |
D | Sema.cpp | 219 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope); in addImplicitTypedef()
|