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

Declarations

tools/clang/include/clang/Sema/CodeCompleteConsumer.h
 1063     const FunctionType *getFunctionType() const;

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 3662       dyn_cast<FunctionProtoType>(getFunctionType());
 3666     const FunctionType *FT = getFunctionType();
 5077     if (const auto *FType = Candidate.getFunctionType())