Home
last modified time | relevance | path

Searched refs:checkEmptyNamespace (Results 1 – 2 of 2) 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::__anonf8d6a77d0111::Cleaner
1034 checkEmptyNamespace(AnnotatedLines, i, i); in checkEmptyNamespace()
1051 bool checkEmptyNamespace(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in checkEmptyNamespace() function in clang::format::__anonf8d6a77d0111::Cleaner
1072 if (!checkEmptyNamespace(AnnotatedLines, CurrentLine, NewLine)) in checkEmptyNamespace()
/external/llvm-project/clang/lib/Format/
DFormat.cpp1732 checkEmptyNamespace(AnnotatedLines); in analyze()
1766 void checkEmptyNamespace(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) { in checkEmptyNamespace() function in clang::format::__anonbe42880b0111::Cleaner
1771 checkEmptyNamespace(AnnotatedLines, i, i, DeletedLines); in checkEmptyNamespace()
1788 bool checkEmptyNamespace(SmallVectorImpl<AnnotatedLine *> &AnnotatedLines, in checkEmptyNamespace() function in clang::format::__anonbe42880b0111::Cleaner
1808 if (!checkEmptyNamespace(AnnotatedLines, CurrentLine, NewLine, in checkEmptyNamespace()