Home
last modified time | relevance | path

Searched refs:getCachedInterfaceTypeOrNull (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGDebugInfo.h144 llvm::Value *getCachedInterfaceTypeOrNull(const QualType Ty);
DCGDebugInfo.cpp1910 llvm::Value *V = getCachedInterfaceTypeOrNull(Ty); in getTypeOrNull()
1941 V = getCachedInterfaceTypeOrNull(Ty); in getCompletedTypeOrNull()
1967 llvm::Value *CGDebugInfo::getCachedInterfaceTypeOrNull(QualType Ty) { in getCachedInterfaceTypeOrNull() function in CGDebugInfo