Home
last modified time | relevance | path

Searched refs:EnclosingFunctions (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1428 std::vector<std::string> EnclosingFunctions; member
1437 EnclosingFunctions == Other.EnclosingFunctions &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.cpp202 for (StringRef EnclosingFunction : RawStringFormat.EnclosingFunctions) { in RawStringFormatStyleManager()
H A DFormat.cpp503 IO.mapOptional("EnclosingFunctions", Format.EnclosingFunctions); in mapping()