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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  109   clang::TargetInfo *getTargetInfo();

References

tools/lldb/source/Symbol/ClangASTContext.cpp
  704   TargetInfo *target_info = getTargetInfo();
 1109             (getTargetInfo() &&
 1110              TargetInfo::isTypeSigned(getTargetInfo()->getWCharType())))
 1166             if (!(getTargetInfo() &&
 1167                   TargetInfo::isTypeSigned(getTargetInfo()->getWCharType())))