Searched refs:isCXXSimpleDeclaration (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp65 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false);
69 /// isCXXSimpleDeclaration - C++-specialized function that disambiguates
82 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { function in class:Parser
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1718 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/true);
1758 /// isCXXSimpleDeclaration - C++-specialized function that disambiguates
1763 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);

Completed in 155 milliseconds