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

References

tools/clang/tools/extra/clang-doc/BitcodeReader.cpp
  300     return decodeRecord(R, I->Explicit, Blob);
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  442   emitRecord(I.Explicit, COMMENT_EXPLICIT);
tools/clang/tools/extra/clang-doc/MDGenerator.cpp
   74     std::string Direction = I.Explicit ? (" " + I.Direction).str() : "";
   77     std::string Direction = I.Explicit ? (" " + I.Direction).str() : "";
tools/clang/tools/extra/clang-doc/Representation.h
   50   CommentInfo &operator=(CommentInfo &&Other) = default;
   54                             SelfClosing, Explicit, AttrKeys, AttrValues, Args);
   58                  Other.Explicit, Other.AttrKeys, Other.AttrValues, Other.Args);
   73                             SelfClosing, Explicit, AttrKeys, AttrValues, Args);
   77                  Other.Explicit, Other.AttrKeys, Other.AttrValues, Other.Args);
tools/clang/tools/extra/clang-doc/Serialize.cpp
  139   CurrentCI.Explicit = C->isDirectionExplicit();
tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp
  149   IO.mapOptional("Explicit", I.Explicit, false);
tools/clang/tools/extra/unittests/clang-doc/BitcodeTest.cpp
  231   ParamOut->Explicit = true;
  261   Return->Explicit = true;
tools/clang/tools/extra/unittests/clang-doc/ClangDocTest.cpp
   45   EXPECT_EQ(Expected.Explicit, Actual.Explicit);
   45   EXPECT_EQ(Expected.Explicit, Actual.Explicit);
tools/clang/tools/extra/unittests/clang-doc/MDGeneratorTest.cpp
  283   ParamOut->Explicit = true;
  313   Return->Explicit = true;
tools/clang/tools/extra/unittests/clang-doc/YAMLGeneratorTest.cpp
  337   ParamOut->Explicit = true;
  367   Return->Explicit = true;