Home
last modified time | relevance | path

Searched refs:IndentPPDirectives (Results 1 – 20 of 20) sorted by relevance

/external/flatbuffers/
D.clang-format6 IndentPPDirectives: AfterHash
/external/fmtlib/
D.clang-format5 IndentPPDirectives: AfterHash
/external/llvm-project/pstl/
D.clang-format20 IndentPPDirectives: AfterHash
/external/python/pybind11/
D.clang-format14 IndentPPDirectives: AfterHash
/external/angle/
D.clang-format56 IndentPPDirectives: AfterHash
/external/llvm-project/clang/include/clang/Format/
DFormat.h1563 PPDirectiveIndentStyle IndentPPDirectives; member
2497 IndentPPDirectives == R.IndentPPDirectives &&
/external/swiftshader/
D.clang-format75 IndentPPDirectives: AfterHash
/external/mesa3d/src/gallium/drivers/swr/rasterizer/
D_clang-format72 #IndentPPDirectives: AfterHash
/external/OpenCL-CTS/
D.clang-format76 IndentPPDirectives: None
/external/libaom/libaom/
D.clang-format75 IndentPPDirectives: None
/external/libvpx/libvpx/
D.clang-format76 IndentPPDirectives: None
/external/libwebm/
D.clang-format79 IndentPPDirectives: None
/external/adhd/
D.clang-format84 #IndentPPDirectives: None # Unknown to clang-format-5.0
/external/llvm-project/clang/lib/Format/
DUnwrappedLineParser.cpp234 IncludeGuard(Style.IndentPPDirectives == FormatStyle::PPDIS_None in UnwrappedLineParser()
241 IncludeGuard = Style.IndentPPDirectives == FormatStyle::PPDIS_None in reset()
857 Style.IndentPPDirectives != FormatStyle::PPDIS_None) in parsePPEndIf()
889 if (Style.IndentPPDirectives != FormatStyle::PPDIS_None) in parsePPDefine()
906 if (Style.IndentPPDirectives != FormatStyle::PPDIS_None) in parsePPUnknown()
3156 if (Style.IndentPPDirectives == FormatStyle::PPDIS_BeforeHash && in readToken()
DContinuationIndenter.cpp248 if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash && in getInitialState()
586 if (Style.IndentPPDirectives == FormatStyle::PPDIS_AfterHash && in addTokenOnCurrentLine()
DUnwrappedLineFormatter.cpp1240 if (Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in formatFirstToken()
DFormat.cpp560 IO.mapOptional("IndentPPDirectives", Style.IndentPPDirectives); in mapping()
927 LLVMStyle.IndentPPDirectives = FormatStyle::PPDIS_None; in getLLVMStyle()
DTokenAnnotator.cpp2290 (Style.IndentPPDirectives != FormatStyle::PPDIS_BeforeHash && in setCommentLineLevels()
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp3478 Style.IndentPPDirectives = FormatStyle::PPDIS_None; in TEST_F()
3492 Style.IndentPPDirectives = FormatStyle::PPDIS_AfterHash; in TEST_F()
3750 Style.IndentPPDirectives = FormatStyle::PPDIS_BeforeHash; in TEST_F()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst1880 **IndentPPDirectives** (``PPDirectiveIndentStyle``)