Searched refs:CtxTS (Results 1 – 1 of 1) sorted by relevance
248 ASTContext &CtxTS = AST->getASTContext(); in TEST() local249 a = selectFirst<VarDecl>("a", match(varDecl(hasName("a")).bind("a"), CtxTS)); in TEST()251 "f", match(functionDecl(hasName("f")).bind("f"), CtxTS)); in TEST()256 b = selectFirst<VarDecl>("b", match(varDecl(hasName("b")).bind("b"), CtxTS)); in TEST()258 "g", match(functionDecl(hasName("g")).bind("g"), CtxTS)); in TEST()