HomeSort by relevance Sort by last modified time
    Searched refs:CommentPragmas (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Format/
Format.h 394 std::string CommentPragmas;
475 CommentPragmas == R.CommentPragmas &&
  /external/clang/lib/Format/
Format.cpp 254 IO.mapOptional("CommentPragmas", Style.CommentPragmas);
348 LLVMStyle.CommentPragmas = "^ IWYU pragma:";
    [all...]
ContinuationIndenter.cpp 68 CommentPragmasRegex(Style.CommentPragmas) {}
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 46 milliseconds