/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFindingAction.cpp | 78 } else if (const auto *RecordDecl = dyn_cast<CXXRecordDecl>(FoundDecl)) { in Find() local 116 void handleCXXRecordDecl(const CXXRecordDecl *RecordDecl) { in handleCXXRecordDecl() 159 const auto* RecordDecl = RD->getDefinition(); in addUSRsOfCtorDtors() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTStructuralEquivalence.h | 30 class RecordDecl; variable
|
H A D | CanonicalType.h | 38 class RecordDecl; variable
|
H A D | ASTMutationListener.h | 36 class RecordDecl; variable
|
H A D | ExternalASTSource.h | 50 class RecordDecl; variable
|
H A D | DeclBase.h | 64 class RecordDecl; variable
|
H A D | Decl.h | 69 class RecordDecl; variable
|
H A D | Stmt.h | 56 class RecordDecl; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Program.h | 29 class RecordDecl; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 43 class RecordDecl; variable
|
H A D | CodeGenTypes.cpp | 129 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) { in isSafeToConvert() 170 llvm::SmallPtrSet<const RecordDecl*, 16> &AlreadyChecked) { in isSafeToConvert()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | SmartPtrModeling.cpp | 93 const auto *RecordDecl = MethodDecl->getParent(); in isStdSmartPtrCall() local 145 const auto *RecordDecl = MethodDecl->getParent(); in getInnerPointerType() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 83 class RecordDecl; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 55 class RecordDecl; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 709 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl(); in VisitCXXDestructor() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXType.cpp | 183 if (const auto *RecordDecl = Type->getAsCXXRecordDecl()) { in GetTemplateArguments() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Decl.cpp | 4497 RecordDecl::RecordDecl(Kind DK, TagKind TK, const ASTContext &C, in RecordDecl() function in RecordDecl
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 3420 const auto *RecordDecl = VD->getType()->getAsCXXRecordDecl(); in extractFunctorCallOperator() local
|
H A D | SemaChecking.cpp | 15953 llvm::function_ref<void(Expr *, RecordDecl *, FieldDecl *, CharUnits)> in RefersToMemberWithReducedAlignment() argument
|