Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp97 static Value::Kind ConvertQualTypeToKind(const ASTContext &Ctx, QualType QT) { in ConvertQualTypeToKind() function
121 setKind(ConvertQualTypeToKind(getASTContext(), getType())); in Value()