Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp247 SystemZPtr(std::make_unique<SemaSystemZ>(*this)), in Sema()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1250 assert(SystemZPtr); in SystemZ()
1251 return *SystemZPtr; in SystemZ()
1316 std::unique_ptr<SemaSystemZ> SystemZPtr; variable