Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DType.h1289 return isDestructedTypeImpl(*this);
1379 static DestructionKind isDestructedTypeImpl(QualType type);
/openbsd/src/gnu/llvm/clang/lib/AST/
DType.cpp4498 QualType::DestructionKind QualType::isDestructedTypeImpl(QualType type) { in isDestructedTypeImpl() function in QualType