HomeSort by relevance Sort by last modified time
    Searched refs:MightBeFunctionDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
TokenAnnotator.h 43 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false),
88 bool MightBeFunctionDecl;
TokenAnnotator.cpp 434 Line.MightBeFunctionDecl = true;
737 // Line.MightBeFunctionDecl can only be true after the parentheses of a
740 if (isStartOfName(Current) && !Line.MightBeFunctionDecl) {
795 Line.MightBeFunctionDecl && Contexts.size() == 1) {
796 // Line.MightBeFunctionDecl can only be true after the parentheses of a
    [all...]

Completed in 191 milliseconds