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

  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1416 ParsingClass(Decl *TagOrTemplate, bool TopLevelClass, bool IsInterface)
1417 : TopLevelClass(TopLevelClass), IsInterface(IsInterface),
1425 bool IsInterface : 1;
1454 bool IsInterface)
1456 State(P.PushParsingClass(TagOrTemplate, TopLevelClass, IsInterface)) {
1532 PushParsingClass(Decl *TagOrTemplate, bool TopLevelClass, bool IsInterface);
2911 void ParseOptionalCXX11VirtSpecifierSeq(VirtSpecifiers &VS, bool IsInterface,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp 2278 bool IsInterface,
2302 if (IsInterface && (Specifier == VirtSpecifiers::VS_Final ||
2360 VS, getCurrentClass().IsInterface,
2388 VS, getCurrentClass().IsInterface,
3254 if (getCurrentClass().IsInterface) {
3934 bool IsInterface) {
3937 ClassStack.push(new ParsingClass(ClassDecl, NonNestedClass, IsInterface));

Completed in 20 milliseconds