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

References

tools/clang/lib/AST/Decl.cpp
 1795   if (const auto *MD = dyn_cast_or_null<CXXMethodDecl>(D->getAsFunction()))
tools/clang/lib/Analysis/ProgramPoint.cpp
  103         << PC.getDecl()->getAsFunction()->getQualifiedNameAsString()
  112         << PC.getDecl()->getAsFunction()->getQualifiedNameAsString()
tools/clang/lib/CodeGen/CGBuiltin.cpp
 1534   const FunctionDecl *FD = GD.getDecl()->getAsFunction();
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1047                ->getAsFunction()
 1054                                       ->getAsFunction()
 2956           ExistingDecl.getDecl()->getAsFunction()->isDefined()) {
 4187   if (const auto *FD = D->getAsFunction())
 5883   const FunctionDecl *FD = GD.getDecl()->getAsFunction();
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  681   if (D->getAsFunction() && D->getAsFunction()->isCPUDispatchMultiVersion())
  681   if (D->getAsFunction() && D->getAsFunction()->isCPUDispatchMultiVersion())
tools/clang/lib/Sema/SemaCodeComplete.cpp
  889   if (const FunctionDecl *Function = ND->getAsFunction())
 2603   if (const FunctionDecl *Function = ND->getAsFunction())
tools/clang/lib/Sema/SemaDecl.cpp
 9907     if (D->getAsFunction()->getMultiVersionKind() != MultiVersionKind::None)
tools/clang/lib/Sema/SemaLookup.cpp
 3012       const FunctionDecl *FDecl = D->getUnderlyingDecl()->getAsFunction();
tools/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
  220   const FunctionDecl *FD = Call.getDecl()->getAsFunction();
  412     const FunctionDecl *FD = Call.getDecl()->getAsFunction();
tools/clang/tools/extra/clang-tidy/bugprone/NotNullTerminatedResultCheck.cpp
  107       if (const FunctionDecl *FD = D->getAsFunction())
tools/clang/tools/extra/clangd/XRefs.cpp
  584   return D->getAsFunction();
  636   } else if (const FunctionDecl *FD = D->getAsFunction()) {
tools/clang/tools/libclang/CIndex.cpp
 8367       D ? dyn_cast_or_null<CXXConstructorDecl>(D->getAsFunction()) : nullptr;
 8377       D ? dyn_cast_or_null<CXXConstructorDecl>(D->getAsFunction()) : nullptr;
 8387       D ? dyn_cast_or_null<CXXConstructorDecl>(D->getAsFunction()) : nullptr;
 8397       D ? dyn_cast_or_null<CXXConstructorDecl>(D->getAsFunction()) : nullptr;
 8418       D ? dyn_cast_or_null<CXXMethodDecl>(D->getAsFunction()) : nullptr;
 8428       D ? dyn_cast_or_null<CXXMethodDecl>(D->getAsFunction()) : nullptr;
 8438       D ? dyn_cast_or_null<CXXMethodDecl>(D->getAsFunction()) : nullptr;
 8448       D ? dyn_cast_or_null<CXXMethodDecl>(D->getAsFunction()) : nullptr;
 8458       D ? dyn_cast_or_null<CXXMethodDecl>(D->getAsFunction()) : nullptr;