| /external/clang/test/CodeGenCXX/ | 
| aarch64-cxxabi.cpp | 21   virtual void foo(); 25 // CheckKeyFunction::foo is the key function. VTables should be emitted.
 26 inline void CheckKeyFunction::foo() {  function in class:CheckKeyFunction
 
 | 
| apple-kext-linkage.C | 12 void foo() {  function 29 int foo(int n) { return ident(n); }  function
 
 | 
| attr-used.cpp | 20   // We must delay emission of bar() until foo() has had its body parsed, 21   // otherwise foo() would not be emitted.
 22   void __attribute__((used)) bar() { foo(); }
 23   void foo() { }  function in struct:X2
 
 | 
| attr.cpp | 6 int foo() __attribute__((aligned(1024))); 7 int foo() { }  function
 
 | 
| copy-constructor-elim.cpp | 17 C foo() {  function 24   X(const X&, int i = 1, int j = 2, C c = foo()) {
 
 | 
| cxx0x-initializer-constructors.cpp | 43   template<typename> void foo(const S &s) {  function in namespace:TreeTransformBracedInit 48   template void foo<void>(const S&);
 
 | 
| debug-info-limited.cpp | 9 A *foo (A* x) {  function 
 | 
| debug-info-template-partial-specialization.cpp | 30 void foo(C &c) {  function 
 | 
| destructor-debug-info.cpp | 15 void foo() {  function 
 | 
| lambda-expressions-nested-linkage.cpp | 7 void foo() {  function in namespace:non_inline_function 36 inline int foo() {  function in namespace:inline_function
 44 int use = foo();
 
 | 
| linetable-cleanup.cpp | 6 // CHECK: define {{.*}}foo 22 int foo()  function
 34   if (!foo())
 38   if (foo()) {
 40     c.i = foo();
 48   if (!foo())
 53   if (foo()) {
 
 | 
| mangle-windows.cpp | 23 struct Foo { 24   void __stdcall foo();
 28 void Foo::foo() {}  function in class:Foo
 29 // WIN: define x86_stdcallcc void @"\01?foo@Foo@@QAGXXZ"
 32 void Foo::bar() {}
 33 // WIN: define x86_stdcallcc void @"\01?bar@Foo@@SGXXZ"
 39 extern "C" void __stdcall operator++(Foo &x) {
 
 | 
| microsoft-abi-byval-sret.cpp | 8   A foo(A o); 11 A A::foo(A x) {  function in class:A
 17 // CHECK-LABEL: define x86_thiscallcc %struct.A* @"\01?foo@A@@QAE?AU1@U1@@Z"
 25   A y = x.foo(x);
 28 // CHECK: call x86_thiscallcc %struct.A* @"\01?foo@A@@QAE?AU1@U1@@Z"
 
 | 
| microsoft-abi-byval-vararg.cpp | 12 int foo(A a, ...) {  function 22 // CHECK-LABEL: define i32 @"\01?foo@@YAHUA@@ZZ"(<{ %struct.A }>* inalloca, ...)
 25   return foo(A(3), 1, 2, 3);
 29 // CHECK: call i32 {{.*bitcast.*}}@"\01?foo@@YAHUA@@ZZ"{{.*}}(<{ %struct.A, i32, i32, i32 }>* inalloca %[[argmem]])
 
 | 
| microsoft-abi-default-cc.cpp | 12 void foo(); 13 void __cdecl foo();
 14 void __cdecl foo() {}  function
 16 // MSABI: define void @"\01?foo@@YAXXZ"
 
 | 
| microsoft-abi-structors-alias.cpp | 22 void foo() {  function in namespace:test2 
 | 
| pragma-weak.cpp | 10 #pragma weak foo  macro 11 struct S {  void foo(); };
 12 void S::foo() {}  function in class:S
 
 | 
| regparm.cpp | 5 void __attribute__ ((regparm (1)))  foo(int &a) {  function 
 | 
| static-local-in-local-class.cpp | 24 void foo() {  function 
 | 
| stmtexpr.cpp | 24 A foo(int j)  function 64   return foo(1).i-1;
 
 | 
| weak-extern-typeinfo.cpp | 7   virtual void foo(); 11   virtual void foo();
 13 void A::foo() { }  function in class:A
 14 void B::foo() { }  function in class:B
 20   virtual void foo();
 22 void C::foo() { }  function in class:C
 25   virtual void foo();
 29   virtual void foo();
 31 void V1::foo() { }  function in class:V1
 32 void V2::foo() { }  function in class:V2
 [all...]
 | 
| /external/clang/test/Index/ | 
| comment-cplus-template-decls.cpp | 47     int foo;  member in struct:Base 56   using Base::foo;
 59 // CHECK: <Declaration>using Base::foo</Declaration>
 
 | 
| /external/clang/test/Misc/ | 
| ast-dump-templates.cpp | 7 struct foo {  struct 9   foo() {}  function in struct:foo
 20   int y = foo<5, int>().getSum();
 21   double z = foo<2, double, 3>().getSum();
 24 // Template instantiation - foo
 27 // CHECK1: template <int X = 5, typename Y = int, int Z = 5> struct foo {
 28 // CHECK2: template <int X = 2, typename Y = double, int Z = 3> struct foo {
 30 // Template definition - foo
 31 // CHECK1: template <int X, typename Y, int Z = 5> struct foo {
 32 // CHECK2: template <int X, typename Y, int Z = 5> struct foo {
 [all...]
 | 
| serialized-diags.c | 1 void foo() {  function 
 | 
| /external/clang/test/PCH/ | 
| chain-implicit-definition.cpp | 31 void foo() {  function 
 |