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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1680 QualType getCFConstantStringType() const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 6602 // getCFConstantStringType - Return the type used for constant CFStrings.
6603 QualType ASTContext::getCFConstantStringType() const {
10425 Type = Context.getCFConstantStringType();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 5116 QualType CFTy = Context.getCFConstantStringType();

Completed in 66 milliseconds