Home
last modified time | relevance | path

Searched defs:IsInterface (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/fuchsia/
H A DMultipleInheritanceCheck.cpp29 bool IsInterface) { in addNodeToInterfaceMap()
/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2609 ParseOptionalCXX11VirtSpecifierSeq(VirtSpecifiers & VS,bool IsInterface,SourceLocation FriendLoc) ParseOptionalCXX11VirtSpecifierSeq() argument
4391 PushParsingClass(Decl * ClassDecl,bool NonNestedClass,bool IsInterface) PushParsingClass() argument
/llvm-project/clang/include/clang/Parse/
H A DParser.h1525 bool IsInterface : 1; global() member
1554 ParsingClassDefinition(Parser & P,Decl * TagOrTemplate,bool TopLevelClass,bool IsInterface) ParsingClassDefinition() argument