Home
last modified time | relevance | path

Searched defs:CXXMethod (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp161 auto *CXXMethod = dyn_cast<CXXMethodDecl>(D); in getSelfDecl() local
/external/llvm-project/clang/lib/Analysis/
DAnalysisDeclContext.cpp160 auto *CXXMethod = dyn_cast<CXXMethodDecl>(D); in getSelfDecl() local
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp2574 CXXMethod = 1U << 13, in CalculateDiagnostic() enumerator
/external/clang/lib/AST/
DASTContext.cpp1306 if (const CXXMethodDecl *CXXMethod = dyn_cast<CXXMethodDecl>(D)) { in getOverriddenMethods() local
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1622 if (const auto *CXXMethod = dyn_cast<CXXMethodDecl>(D)) { in getOverriddenMethods() local
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp9689 CXXMethod, in diagnoseOdrViolations() enumerator