Lines Matching defs:InterpreterTest
1 //===- unittests/Interpreter/InterpreterTest.cpp --- Interpreter tests ----===//
37 class InterpreterTest : public InterpreterTestBase {
59 TEST_F(InterpreterTest, Sanity) {
75 TEST_F(InterpreterTest, IncrementalInputTopLevelDecls) {
92 TEST_F(InterpreterTest, Errors) {
116 TEST_F(InterpreterTest, DeclsAndStatements) {
138 TEST_F(InterpreterTest, UndoCommand) {
192 TEST_F(InterpreterTest, FindMangledNameSymbol) {
246 TEST_F(InterpreterTest, InstantiateTemplate) {
285 TEST_F(InterpreterTest, Value) {
384 TEST_F(InterpreterTest, TranslationUnit_CanonicalDecl) {