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

  /external/clang/lib/Parse/
ParseTentative.cpp 65 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false);
69 /// isCXXSimpleDeclaration - C++-specialized function that disambiguates
82 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) {
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 236 milliseconds