Lines Matching refs:Function
76 case Decl::Function: // void X();
93 "Should not see file-scope variables inside a function!");
109 /// inside a function, including static vars etc.
120 // If the function definition has some sort of weak linkage, its
397 // In some cases, the type of the function argument will be different from
1136 assert(F && "Could not find function!");
1192 /// \param destroyer - the function to call to destroy individual
1228 /// \param destroyer - the function to call to destroy elements
1397 /// function. This is used to balance out the incoming +1 of a
1455 // cleanup to do the release at the end of the function.