HomeSort by relevance Sort by last modified time
    Searched refs:tfoo (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Index/
index-file.cpp 14 void tfoo() {} function in namespace:rdar14063074
15 void tfoo<int>() {} function in namespace:rdar14063074
23 // CHECK: [indexDeclaration]: kind: function-template-spec | name: tfoo | {{.*}} | loc: 15:6
  /external/clang/test/CXX/dcl.decl/dcl.meaning/
p1-0x.cpp 15 class tfoo { class
21 int decltype(tfoo<T>())::i; // expected-error{{nested name specifier 'decltype(tfoo<T>())::' for declaration does not refer into a class, class template or class template partial specialization}}
23 void decltype(tfoo<T>())::func() { // expected-error{{nested name specifier 'decltype(tfoo<T>())::' for declaration does not refer into a class, class template or class template partial specialization}} function
  /external/clang/test/CXX/special/class.dtor/
p3-0x.cpp 87 void tfoo() { function

Completed in 189 milliseconds