Searched defs:HasDefaultArg (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp2264 bool HasDefaultArg = false; local
2277 HasDefaultArg = TTP->hasDefaultArgument();
2283 HasDefaultArg = NTTP->hasDefaultArgument();
2296 HasDefaultArg = TTP->hasDefaultArgument();
2299 if (HasDefaultArg && !InDefaultArg) {
2597 bool HasDefaultArg = false; local
2601 HasDefaultArg = TTP->hasDefaultArgument();
2604 HasDefaultArg = NTTP->hasDefaultArgument();
2607 HasDefaultArg
2611 if (!HasDefaultArg)
[all...]

Completed in 47 milliseconds