• Home
  • Raw
  • Download

Lines Matching refs:Annotations

60 HighlightsFrom(const Annotations &Test) {  in HighlightsFrom()
119 Annotations T(Test); in TEST()
254 Annotations T(Test); in TEST()
296 Annotations SymbolHeader(R"cpp( in TEST()
304 Annotations SymbolCpp(R"cpp( in TEST()
313 auto LocateWithIndex = [&Index](const Annotations &Main) { in TEST()
318 Annotations Test(R"cpp(// only declaration in AST. in TEST()
327 Test = Annotations(R"cpp(// definition in AST. in TEST()
336 Test = Annotations(R"cpp(// forward declaration in AST. in TEST()
343 Test = Annotations(R"cpp(// definition in AST. in TEST()
353 Annotations SymbolHeader(R"cpp( in TEST()
362 Annotations Test(R"cpp(// only declaration in AST. in TEST()
740 Annotations T(Test); in TEST()
824 Annotations T(Test); in TEST()
880 Annotations T(Test); in TEST()
910 auto T = Annotations( in TEST()
952 Annotations T(Test); in TEST()
981 auto T = Annotations(R"cpp( in TEST()
1060 Annotations Header(R"cpp( in TEST()
1068 Annotations Source(R"cpp( in TEST()
1167 auto T = Annotations(Case); in TEST()
1178 Annotations SourceAnnotations(R"cpp( in TEST()
1185 Annotations HeaderInPreambleAnnotations(R"cpp( in TEST()
1189 Annotations HeaderNotInPreambleAnnotations(R"cpp( in TEST()
1252 Annotations SourceAnnotations(SourceContents); in TEST()
1259 Annotations HeaderAnnotations(HeaderContents); in TEST()
1304 Annotations ObjC(R"objc( in TEST()
1326 Annotations FooWithHeader(R"cpp(#include "fo^o.h")cpp"); in TEST()
1327 Annotations FooWithoutHeader(R"cpp(double [[fo^o]]();)cpp"); in TEST()
1332 Annotations FooHeader(R"cpp([[]])cpp"); in TEST()
1362 auto T = Annotations(R"cpp( in TEST()
1447 Annotations T(Test); in TEST()
1494 Annotations Code(Test); in TEST()
1519 Annotations Code(Test); in TEST()
1667 Annotations T(Test); in TEST()
1687 Annotations Code(Test); in TEST()
1751 Annotations T(Test); in TEST()
1765 Annotations Main("int main() { [[f^oo]](); }"); in TEST()
1775 Annotations IndexedMain(R"cpp( in TEST()
1800 Annotations Main(R"cpp( in TEST()
1815 Annotations IndexedMain(R"cpp( in TEST()
1859 Annotations File(T.AnnotatedCode); in TEST()
1925 Annotations File(C.AnnotatedCode); in TEST()
1948 Annotations MainCpp(R"cpp( in TEST()