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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1694 TypedefDecl *getCFConstantStringDecl() const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 285 PushOnScopeChains(Context.getCFConstantStringDecl(), TUScope);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 6512 TypedefDecl *ASTContext::getCFConstantStringDecl() const {
6598 getCFConstantStringDecl(); // Build the tag and the typedef.
6604 return getTypedefType(getCFConstantStringDecl());
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 7392 return Context.getCFConstantStringDecl();

Completed in 74 milliseconds