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

References

tools/clang/lib/AST/Type.cpp
 3556   friend CachedProperties merge(CachedProperties L, CachedProperties R) {
 3556   friend CachedProperties merge(CachedProperties L, CachedProperties R) {
 3556   friend CachedProperties merge(CachedProperties L, CachedProperties R) {
 3565 static CachedProperties computeCachedProperties(const Type *T);
 3574   static CachedProperties get(QualType T) {
 3578   static CachedProperties get(const Type *T) {
 3600     CachedProperties Result = computeCachedProperties(T);
 3620 static CachedProperties computeCachedProperties(const Type *T) {
 3691     CachedProperties result = Cache::get(FPT->getReturnType());