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

References

tools/clang/include/clang/AST/ASTContext.h
 1621     if (CFConstantStringTypeDecl)
 1622       return getTypedefType(CFConstantStringTypeDecl);
tools/clang/lib/AST/ASTContext.cpp
 5963   if (CFConstantStringTypeDecl)
 5964     return CFConstantStringTypeDecl;
 6040   CFConstantStringTypeDecl =
 6043   return CFConstantStringTypeDecl;
 6068   CFConstantStringTypeDecl = cast<TypedefDecl>(TD->getDecl());
 6070       CFConstantStringTypeDecl->getUnderlyingType()->castAs<RecordType>();
tools/clang/lib/Serialization/ASTReader.cpp
 4812       if (!Context.CFConstantStringTypeDecl)
tools/clang/lib/Serialization/ASTWriter.cpp
 4778   RegisterPredefDecl(Context.CFConstantStringTypeDecl,