DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-6.0 / 1%3A6.0.1-10 / clang / test / Modules / Inputs / codegen-opt / foo.h
12345678910
void f1(int &); static void f2() {} inline void foo() { static int i; f1(i); f2(); } inline void foo2() { } void foo_ext() {}