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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTentative.cpp 64 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false);
68 /// isCXXSimpleDeclaration - C++-specialized function that disambiguates
88 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) {
477 /// Note that, unlike isCXXSimpleDeclaration, we must disambiguate all the way
ParseDeclCXX.cpp 3353 SuggestFixIt = isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false);
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 2397 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/true);
2451 /// isCXXSimpleDeclaration - C++-specialized function that disambiguates
2456 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);

Completed in 23 milliseconds