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

References

gen/tools/clang/include/clang/AST/DeclNodes.inc
  428 DECL_RANGE(Function, Function, CXXDestructor)
tools/clang/include/clang/AST/DeclBase.h
 1121     assert(getKind() == Function || getKind() == FunctionTemplate);
tools/clang/lib/AST/Comment.cpp
  228   case Decl::Function:
tools/clang/lib/AST/Decl.cpp
 4631       new (C, DC) FunctionDecl(Function, C, DC, StartLoc, NameInfo, T, TInfo,
 4638   return new (C, ID) FunctionDecl(Function, C, nullptr, SourceLocation(),
tools/clang/lib/AST/DeclBase.cpp
  691     case Function:
tools/clang/lib/CodeGen/CGDecl.cpp
   98   case Decl::Function:  // void X();
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5229   case Decl::Function:
 5478   case Decl::Function:
 5524     case Decl::Function:
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  179     case Decl::Function:
tools/clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
  191     case Decl::Kind::Function:
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 5680     case Decl::Function: {
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 4778     case Decl::Function: {
tools/clang/lib/Index/IndexSymbol.cpp
  174     case Decl::Function:
tools/clang/lib/Sema/SemaCodeComplete.cpp
 3730   case Decl::Function:
tools/clang/lib/Sema/SemaDeclCXX.cpp
 1875     case Decl::Function:
tools/clang/lib/Sema/SemaExpr.cpp
 3107     case Decl::Function: {
tools/clang/lib/Serialization/ASTCommon.cpp
  288   case Decl::Function:
  340   case Decl::Function:
tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  471   if (!FDecl || FDecl->getKind() != Decl::Function)
  539   if (!FDecl || FDecl->getKind() != Decl::Function)
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  255   if (!FD || FD->getKind() != Decl::Function)
  406   if (!FD || FD->getKind() != Decl::Function)
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  886   if (FD->getKind() == Decl::Function) {
 1066   if (FD->getKind() == Decl::Function) {
tools/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
  109   if (!FD || FD->getKind() != Decl::Function)
tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
  106   if (!FD || FD->getKind() != Decl::Function)
  462   if (!FD || FD->getKind() != Decl::Function)
tools/clang/lib/StaticAnalyzer/Core/IssueHash.cpp
  105     case Decl::Function:
tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
  712           case Decl::Function:
tools/clang/tools/extra/clang-move/Move.cpp
  886       else if (Kind == Decl::Kind::Function ||
  908     case Decl::Kind::Function:
tools/clang/tools/libclang/CIndex.cpp
 3934     if (V->getKind() == Decl::Function) {
 6332   case Decl::Function: