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

References

tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
  179         Type = *GivenType;
  195       Type = toType(LangStandard::getLangStandardForKind(Std).getLanguage());
  196     Type = foldType(*Type);
  196     Type = foldType(*Type);
  198     if (Type == types::TY_INVALID)
  199       Type = llvm::None;
  209     if ((!TargetType || !TypeCertain) && Type) {
  214               ? types::lookupHeaderTypeForSourceType(*Type)
  215               : *Type;
  227     if (Std != LangStandard::lang_unspecified && foldType(TargetType) == Type) {