Searched refs:CXXMethod (Results 1 – 15 of 15) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | DeclNodes.td | 44 def CXXMethod : DDecl<Function>; 45 def CXXConstructor : DDecl<CXXMethod>; 46 def CXXDestructor : DDecl<CXXMethod>; 47 def CXXConversion : DDecl<CXXMethod>;
|
| HD | Attr.td | 1748 let Subjects = SubjectList<[CXXMethod]>; 1775 let Subjects = SubjectList<[CXXMethod]>; 1784 let Subjects = SubjectList<[CXXMethod]>;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTCommon.cpp | 118 case Decl::CXXMethod: in getDefinitiveDeclContext() 170 case Decl::CXXMethod: in isRedeclarableDeclKind()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Comment.cpp | 154 case Decl::CXXMethod: in fill() 169 if (K == Decl::CXXMethod || K == Decl::CXXConstructor || in fill()
|
| HD | DeclBase.cpp | 537 case CXXMethod: in getIdentifierNamespaceForKind() 763 if (getKind(D) == Decl::CXXMethod) { in getNonClosureContext()
|
| HD | DeclCXX.cpp | 1473 return new (C, RD) CXXMethodDecl(CXXMethod, C, RD, StartLoc, NameInfo, in Create() 1479 return new (C, ID) CXXMethodDecl(CXXMethod, C, nullptr, SourceLocation(), in CreateDeserialized()
|
| HD | ASTContext.cpp | 1263 if (const CXXMethodDecl *CXXMethod = dyn_cast<CXXMethodDecl>(D)) { in getOverriddenMethods() local 1264 Overridden.append(overridden_methods_begin(CXXMethod), in getOverriddenMethods() 1265 overridden_methods_end(CXXMethod)); in getOverriddenMethods()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | ASTConsumers.cpp | 281 case Decl::CXXMethod: { in PrintDeclContext() 399 case Decl::CXXMethod: in PrintDeclContext()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | PlistDiagnostics.cpp | 403 case Decl::CXXMethod: in FlushDiagnosticsImpl()
|
| /NextBSD/contrib/llvm/tools/clang/utils/TableGen/ |
| HD | ClangAttrEmitter.cpp | 2231 CXXMethod = 1U << 13, in CalculateDiagnostic() enumerator 2266 .Case("CXXMethod", CXXMethod) in CalculateDiagnostic() 2287 case CXXMethod: in CalculateDiagnostic()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenPGO.cpp | 168 case Decl::CXXMethod: in VisitDecl()
|
| HD | CodeGenModule.cpp | 3240 case Decl::CXXMethod: in EmitTopLevelDecl() 3410 case Decl::CXXMethod: in AddDeferredUnusedCoverageMapping() 3459 case Decl::CXXMethod: in EmitDeferredUnusedCoverageMappings()
|
| HD | CGDecl.cpp | 48 case Decl::CXXMethod: in EmitDecl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaCodeComplete.cpp | 3030 case Decl::CXXMethod: return CXCursor_CXXMethod; in getCursorKindForDecl()
|
| HD | SemaExpr.cpp | 2975 case Decl::CXXMethod: in BuildDeclarationNameExpr()
|