HomeSort by: relevance | last modified time | path
    Searched refs:EnclosingFunctions (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 2667 std::vector<std::string> EnclosingFunctions;
2676 EnclosingFunctions == Other.EnclosingFunctions &&
2707 /// EnclosingFunctions:
  /src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.cpp 201 for (StringRef EnclosingFunction : RawStringFormat.EnclosingFunctions) {
Format.cpp 749 IO.mapOptional("EnclosingFunctions", Format.EnclosingFunctions);

Completed in 27 milliseconds