Home
last modified time | relevance | path

Searched defs:doCast (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/Support/
H A DCasting.cpp117 static inline CastResultType doCast(const T3 &t) { return T4(t); } in doCast() function
/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1503 static RecordContext *doCast(FromTy *From) { doCast() function