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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 2723 bool ExpectSemi = true;
2967 ExpectSemi = false;
2990 if (ExpectSemi &&
ParseDecl.cpp 2093 bool ExpectSemi = Context != DeclaratorContext::ForInit;
2099 if (Tok.isAtStartOfLine() && ExpectSemi && !MightBeDeclarator(Context)) {
2105 ExpectSemi = false;
2144 if (ExpectSemi && ExpectAndConsumeSemi(

Completed in 24 milliseconds