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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 384 mutable TypedefDecl *CFConstantStringTypeDecl = nullptr;
1689 if (CFConstantStringTypeDecl)
1690 return getTypedefType(CFConstantStringTypeDecl);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 6513 if (CFConstantStringTypeDecl)
6514 return CFConstantStringTypeDecl;
6590 CFConstantStringTypeDecl =
6593 return CFConstantStringTypeDecl;
6618 CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl());
6620 CFConstantStringTypeDecl->getUnderlyingType()->castAs<RecordType>();
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 4370 RegisterPredefDecl(Context.CFConstantStringTypeDecl,
ASTReader.cpp 4877 if (!Context.CFConstantStringTypeDecl)

Completed in 88 milliseconds