Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2596 return isCXX11PODType(Context); in isPODType()
3006 bool QualType::isCXX11PODType(const ASTContext &Context) const { in isCXX11PODType() function in QualType
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1116 bool isCXX11PODType(const ASTContext &Context) const;