reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1626   TypedefDecl *getCFConstantStringDecl() const;

References

tools/clang/lib/AST/ASTContext.cpp
 6048     getCFConstantStringDecl(); // Build the tag and the typedef.
 6054   return getTypedefType(getCFConstantStringDecl());
tools/clang/lib/Sema/Sema.cpp
  256     PushOnScopeChains(Context.getCFConstantStringDecl(), TUScope);
tools/clang/lib/Serialization/ASTReader.cpp
 7826     return Context.getCFConstantStringDecl();