Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1005 checkEmptyNamespace(AnnotatedLines); in analyze()
1029 void checkEmptyNamespace(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in checkEmptyNamespace() function in clang::format::__anon6a407afc0111::Cleaner
1034 checkEmptyNamespace(AnnotatedLines, i, i); in checkEmptyNamespace()
1051 bool checkEmptyNamespace(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in checkEmptyNamespace() function in clang::format::__anon6a407afc0111::Cleaner
1072 if (!checkEmptyNamespace(AnnotatedLines, CurrentLine, NewLine)) in checkEmptyNamespace()