reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
308 void enterTypeCast(SourceLocation Tok, QualType CastType);
2476 PreferredType.enterTypeCast(Tok.getLocation(), Ty.get().get()); 2607 PreferredType.enterTypeCast(Tok.getLocation(), CastTy.get());tools/clang/lib/Parse/ParseExprCXX.cpp
1845 PreferredType.enterTypeCast(Tok.getLocation(), TypeRep.get());