Home
last modified time | relevance | path

Searched defs:Foobar (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaTemplate/
Dinstantiate-method.cpp187 template <typename T> struct Foobar { struct
188 …azqux' within class scope}} expected-error 2{{cannot be used prior to '::' because it has no membe… in bazqux()
/external/python/cpython2/Lib/test/
Dtest_format.py286 class Foobar(long): class
/external/clang/test/SemaCXX/
Dmissing-namespace-qualifier-typo-corrections.cpp3 namespace fizbin { class Foobar {}; } // expected-note 2 {{'fizbin::Foobar' declared here}} \ class