Searched defs:ThisClass (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ | ||
H A D | ParentVirtualCallCheck.cpp | 25 const CXXRecordDecl &ThisClass) { in isParentOf() |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGPointerAuth.cpp | 187 computeVTPointerAuthentication(const CXXRecordDecl * ThisClass) computeVTPointerAuthentication() argument |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaExprObjC.cpp | 1785 if (ObjCInterfaceDecl *ThisClass = ObjPT->getInterfaceDecl()) { CheckMessageArgumentTypes() local |
H A D | TreeTransform.h | 2912 if (auto *ThisClass = cast<CXXThisExpr>(Base) RebuildMemberExpr() local |
/llvm-project/clang/lib/AST/ | ||
H A D | ASTContext.cpp | 13911 baseForVTableAuthentication(const CXXRecordDecl * ThisClass) baseForVTableAuthentication() argument |