Searched defs:classDecl (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ | ||
H A D | UncountedCallArgsChecker.cpp |
|
/llvm-project/clang/lib/Analysis/ | ||
H A D | CFG.cpp | 5332 assert(classDecl); in getDestructorDecl() local |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGObjCGNU.cpp | 1719 ObjCInterfaceDecl *classDecl = GenerateClass() local |
H A D | CGCall.cpp | 4454 if (const ObjCInterfaceDecl *classDecl = dyn_cast<ObjCInterfaceDecl>(dc)) { isObjCMethodWithTypeParams() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaExprObjC.cpp | 2184 if (auto classDecl = CurMethod->getClassInterface()) { ActOnClassPropertyRefExpr() local |
/llvm-project/clang/lib/AST/ | ||
H A D | Type.cpp | 1732 ObjCInterfaceDecl *classDecl = getInterface(); computeSuperClassTypeSlow() local |