Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h82 std::unique_ptr<IncrementalParser> DeviceParser; variable
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp310 auto DeviceParser = std::make_unique<IncrementalCUDADeviceParser>( in createWithCUDA() local