Home
last modified time | relevance | path

Searched defs:RecordDecl (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp78 } 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 DASTStructuralEquivalence.h30 class RecordDecl; variable
H A DCanonicalType.h38 class RecordDecl; variable
H A DASTMutationListener.h36 class RecordDecl; variable
H A DExternalASTSource.h50 class RecordDecl; variable
H A DDeclBase.h64 class RecordDecl; variable
H A DDecl.h69 class RecordDecl; variable
H A DStmt.h56 class RecordDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DProgram.h29 class RecordDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.h43 class RecordDecl; variable
H A DCodeGenTypes.cpp129 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 DSmartPtrModeling.cpp93 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 DASTWriter.h83 class RecordDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h55 class RecordDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp709 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl(); in VisitCXXDestructor() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp183 if (const auto *RecordDecl = Type->getAsCXXRecordDecl()) { in GetTemplateArguments() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4497 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 DSemaCodeComplete.cpp3420 const auto *RecordDecl = VD->getType()->getAsCXXRecordDecl(); in extractFunctorCallOperator() local
H A DSemaChecking.cpp15953 llvm::function_ref<void(Expr *, RecordDecl *, FieldDecl *, CharUnits)> in RefersToMemberWithReducedAlignment() argument