HomeSort by: relevance | last modified time | path
    Searched refs:buildImplicitTypedef (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1238 TypedefDecl *ASTContext::buildImplicitTypedef(QualType T,
1250 Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t");
1256 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t");
6591 buildImplicitTypedef(tagType, "__NSConstantString");
6824 buildImplicitTypedef(getObjCIdType(), "instancetype");
7923 ObjCIdDecl = buildImplicitTypedef(T, "id");
7931 ObjCSelDecl = buildImplicitTypedef(T, "SEL");
7940 ObjCClassDecl = buildImplicitTypedef(T, "Class");
7967 return Context->buildImplicitTypedef(T, Name);
7981 return Context->buildImplicitTypedef(T, "__builtin_va_list")
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1114 TypedefDecl *buildImplicitTypedef(QualType T, StringRef Name) const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 222 PushOnScopeChains(Context.buildImplicitTypedef(T, Name), TUScope);

Completed in 27 milliseconds