HomeSort by: relevance | last modified time | path
    Searched refs:LT_ObjCMethodDecl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.h 30 LT_ObjCMethodDecl,
TokenAnnotator.cpp 1339 return LT_ObjCMethodDecl;
2333 Line.Type = LT_ObjCMethodDecl;
3300 if (Line.Type == LT_ObjCMethodDecl) {
UnwrappedLineFormatter.cpp 945 if (State.Line->Type == LT_ObjCMethodDecl)
ContinuationIndenter.cpp 32 return Style.IndentWrappedFunctionNames || LineType == LT_ObjCMethodDecl;

Completed in 18 milliseconds