Searched defs:Iface (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang-tools-extra/clangd/unittests/ | ||
H A D | InsertionPointTests.cpp | 197 auto &Iface = *Impl.getClassInterface(); in TEST() local |
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | SemanticHighlighting.cpp | 85 if (auto *Iface = dyn_cast<ObjCInterfaceDecl>(Decl)) in isUniqueDefinition() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCodeComplete.cpp | 945 if (const auto *Iface = dyn_cast<ObjCInterfaceDecl>(ND)) getDeclUsageType() local |
/llvm-project/clang/lib/AST/ | ||
H A D | ASTImporter.cpp | 5649 ObjCInterfaceDecl *Iface; VisitObjCImplementationDecl() local |