Searched refs:verifyFormat (Results 1 - 3 of 3) sorted by relevance

/external/clang/unittests/Format/
H A DFormatTest.cpp84 void verifyFormat(llvm::StringRef Code, function in class:clang::format::FormatTest
90 verifyFormat(Code, getGoogleStyle());
94 verifyFormat(text);
95 verifyFormat(llvm::Twine("void f() { " + text + " }").str());
133 verifyFormat("Method(f1, f2(f3));");
134 verifyFormat("Method(f1(f2, f3()));");
135 verifyFormat("Method(f1(f2, (f3())));");
139 verifyFormat("vector< ::Type> v;");
140 verifyFormat("::ns::SomeFunction(::ns::SomeOtherFunction())");
260 verifyFormat("i
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DErrorManager.java454 boolean formatOK = verifyFormat();
882 protected static boolean verifyFormat() { method in class:ErrorManager
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 165 milliseconds