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

Declarations

tools/clang/tools/extra/unittests/clang-doc/ClangDocTest.h
   42 void CheckFunctionInfo(FunctionInfo *Expected, FunctionInfo *Actual);

References

tools/clang/tools/extra/unittests/clang-doc/BitcodeTest.cpp
  119   CheckFunctionInfo(&I, InfoAsFunction(ReadResults[0].get()));
  141   CheckFunctionInfo(&I, InfoAsFunction(ReadResults[0].get()));
  275   CheckFunctionInfo(&F, InfoAsFunction(ReadResults[0].get()));
tools/clang/tools/extra/unittests/clang-doc/ClangDocTest.cpp
  145     CheckFunctionInfo(&Expected->ChildFunctions[Idx],
  182     CheckFunctionInfo(&Expected->ChildFunctions[Idx],
tools/clang/tools/extra/unittests/clang-doc/MergeTest.cpp
  224   CheckFunctionInfo(InfoAsFunction(Expected.get()),