reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaCUDA.cpp
  319     if (!SMOR.getMethod())
  322     CUDAFunctionTarget BaseMethodTarget = IdentifyCUDATarget(SMOR.getMethod());
  362     if (!SMOR.getMethod())
  366         IdentifyCUDATarget(SMOR.getMethod());
tools/clang/lib/Sema/SemaDeclCXX.cpp
 6668   if (!SMOR.getMethod())
 6672   return SMOR.getMethod()->isConstexpr();
 7363   CXXMethodDecl *Decl = SMOR.getMethod();
 7486   if (auto *BaseCtor = SMOR.getMethod()) {
 7884     if (!SMOR.getMethod()) {
 7893       *Selected = SMOR.getMethod();
 7897       return SMOR.getMethod()->isTrivialForCall();
 7898     return SMOR.getMethod()->isTrivial();
11223   if (auto *BaseCtor = SMOR.getMethod()) {
11264   if (CXXMethodDecl *MD = SMOR.getMethod())
12765       if (!SMOR.getMethod() || SMOR.getMethod()->isTrivial() ||
12765       if (!SMOR.getMethod() || SMOR.getMethod()->isTrivial() ||
12766           !SMOR.getMethod()->isMoveAssignmentOperator())
12797         if (!SMOR.getMethod()->isDefaulted())
tools/clang/lib/Sema/SemaLookup.cpp
 3282   return cast_or_null<CXXConstructorDecl>(Result.getMethod());
 3294   return cast_or_null<CXXConstructorDecl>(Result.getMethod());
 3304   return cast_or_null<CXXConstructorDecl>(Result.getMethod());
 3340   return Result.getMethod();
 3356   return Result.getMethod();
 3368                                                      false, false).getMethod());