Home
last modified time | relevance | path

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

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