Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format116 EnclosingFunctions:
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3702 std::vector<std::string> EnclosingFunctions; member
3711 EnclosingFunctions == Other.EnclosingFunctions &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp213 for (StringRef EnclosingFunction : RawStringFormat.EnclosingFunctions) in RawStringFormatStyleManager()
H A DFormat.cpp502 IO.mapOptional("EnclosingFunctions", Format.EnclosingFunctions); in mapping()