Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaTemplate/
H A Dms-lookup-template-base-classes.cpp221 static int *stuff2() { return &T::sa; } in stuff2() function
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx14.cpp176 const char stuff2[100] = "oofraboof"; in test1() local