Home
last modified time | relevance | path

Searched defs:BlankLine (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DMDGeneratorTest.cpp223 CommentInfo *BlankLine = Top.Children.back().get(); in TEST() local
DYAMLGeneratorTest.cpp279 CommentInfo *BlankLine = Top.Children.back().get(); in TEST() local
DBitcodeTest.cpp173 CommentInfo *BlankLine = Top.Children.back().get(); in TEST() local
DHTMLGeneratorTest.cpp382 CommentInfo *BlankLine = Top.Children.back().get(); in TEST() local
/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py72 def BlankLine(): function
/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py70 def BlankLine(): function
/external/pigweed/pw_env_setup/py/pw_env_setup/
Denvironment.py241 class BlankLine(_Action): class