Lines Matching refs:TokenAnnotatorTest
27 class TokenAnnotatorTest : public ::testing::Test { class
47 TEST_F(TokenAnnotatorTest, UnderstandsUsesOfStarAndAmp) { in TEST_F() argument
123 TEST_F(TokenAnnotatorTest, UnderstandsUsesOfPlusAndMinus) { in TEST_F() argument
212 TEST_F(TokenAnnotatorTest, UnderstandsClasses) { in TEST_F() argument
226 TEST_F(TokenAnnotatorTest, UnderstandsStructs) { in TEST_F() argument
232 TEST_F(TokenAnnotatorTest, UnderstandsUnions) { in TEST_F() argument
243 TEST_F(TokenAnnotatorTest, UnderstandsEnums) { in TEST_F() argument
249 TEST_F(TokenAnnotatorTest, UnderstandsDefaultedAndDeletedFunctions) { in TEST_F() argument
259 TEST_F(TokenAnnotatorTest, UnderstandsVariables) { in TEST_F() argument
266 TEST_F(TokenAnnotatorTest, UnderstandsVariableTemplates) { in TEST_F() argument
274 TEST_F(TokenAnnotatorTest, UnderstandsLBracesInMacroDefinition) { in TEST_F() argument
280 TEST_F(TokenAnnotatorTest, UnderstandsDelete) { in TEST_F() argument
302 TEST_F(TokenAnnotatorTest, UnderstandsFunctionRefQualifiers) { in TEST_F() argument
320 TEST_F(TokenAnnotatorTest, UnderstandsRequiresClausesAndConcepts) { in TEST_F() argument
467 TEST_F(TokenAnnotatorTest, UnderstandsRequiresExpressions) { in TEST_F() argument
555 TEST_F(TokenAnnotatorTest, RequiresDoesNotChangeParsingOfTheRest) { in TEST_F() argument
723 TEST_F(TokenAnnotatorTest, UnderstandsAsm) { in TEST_F() argument
733 TEST_F(TokenAnnotatorTest, UnderstandsObjCBlock) { in TEST_F() argument
749 TEST_F(TokenAnnotatorTest, UnderstandsLambdas) { in TEST_F() argument