Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLResource.h38 StringRef getSourceType();
/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp178 Ptr.toRValue(Ctx, EvalResult.getSourceType())) { in emitRet()
219 Ptr.toRValue(S.getCtx(), EvalResult.getSourceType())) { in emitRetValue()
H A DEvaluationResult.h108 QualType getSourceType() const { in getSourceType() function
H A DEvaluationResult.cpp47 return P->toRValue(*Ctx, getSourceType()); in toRValue()