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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTemplate.cpp 197 return ParseStaticAssertDeclaration(DeclEnd);
ParseDeclCXX.cpp 869 /// ParseStaticAssertDeclaration - Parse C++0x or C11 static_assert-declaration.
877 Decl *Parser::ParseStaticAssertDeclaration(SourceLocation &DeclEnd){
2587 DeclGroupRef(ParseStaticAssertDeclaration(DeclEnd)));
ParseDecl.cpp 1731 SingleDecl = ParseStaticAssertDeclaration(DeclEnd);
4283 ParseStaticAssertDeclaration(DeclEnd);
ParseObjc.cpp 1971 ParseStaticAssertDeclaration(DeclEnd);
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 3067 Decl *ParseStaticAssertDeclaration(SourceLocation &DeclEnd);

Completed in 85 milliseconds