reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
10170   VariadicCallType getVariadicCallType(FunctionDecl *FDecl,

References

tools/clang/lib/Sema/SemaChecking.cpp
 4379   VariadicCallType CallType = getVariadicCallType(FDecl, Proto,
 4473   VariadicCallType CallType = getVariadicCallType(/*FDecl=*/nullptr, Proto,
tools/clang/lib/Sema/SemaExpr.cpp
 5129   VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn);