Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DType.h982 return isDestructedTypeImpl(*this);
1008 static DestructionKind isDestructedTypeImpl(QualType type);
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp2441 QualType::DestructionKind QualType::isDestructedTypeImpl(QualType type) { in isDestructedTypeImpl() function in QualType