reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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) {