HomeSort by relevance Sort by last modified time
    Searched refs:FunctionDecl (Results 1 - 25 of 264) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/include/clang/Analysis/
CodeInjector.h 23 class FunctionDecl;
41 virtual Stmt *getBody(const FunctionDecl *D) = 0;
  /external/clang/include/clang/Analysis/DomainSpecific/
CocoaConventions.h 21 class FunctionDecl;
37 bool followsCreateRule(const FunctionDecl *FD);
  /external/clang/include/clang/AST/
ASTMutationListener.h 25 class FunctionDecl;
71 const FunctionDecl *D) {}
75 virtual void ResolvedExceptionSpec(const FunctionDecl *FD) {}
78 virtual void DeducedReturnType(const FunctionDecl *FD, QualType ReturnType);
82 const FunctionDecl *Delete) {}
85 virtual void CompletedImplicitDefinition(const FunctionDecl *D) {}
91 virtual void FunctionDefinitionInstantiated(const FunctionDecl *D) {}
ASTConsumer.h 30 class FunctionDecl;
60 virtual void HandleInlineFunctionDefinition(FunctionDecl *D) {}
85 virtual void HandleCXXImplicitFunctionInstantiation(FunctionDecl *D) {}
  /external/clang/lib/Analysis/
BodyFarm.h 26 class FunctionDecl;
37 Stmt *getBody(const FunctionDecl *D);
  /external/clang/lib/StaticAnalyzer/Frontend/
ModelConsumer.cpp 36 const FunctionDecl *func = llvm::dyn_cast<FunctionDecl>(*I);
ModelInjector.h 46 Stmt *getBody(const FunctionDecl *D) override;
  /external/clang/include/clang/Sema/
AnalysisBasedWarnings.h 23 class FunctionDecl;
52 llvm::DenseMap<const FunctionDecl*, VisitFlag> VisitedFD;
  /external/clang/lib/Sema/
SemaCUDA.cpp 29 FunctionDecl *ConfigDecl = Context.getcudaConfigureCallDecl();
44 Sema::CUDAFunctionTarget Sema::IdentifyCUDATarget(const FunctionDecl *D) {
95 Sema::IdentifyCUDAPreference(const FunctionDecl *Caller,
96 const FunctionDecl *Callee) {
150 Sema &S, const FunctionDecl *Caller, llvm::SmallVectorImpl<T> &Matches,
151 std::function<const FunctionDecl *(const T &)> FetchDecl) {
172 void Sema::EraseUnwantedCUDAMatches(const FunctionDecl *Caller,
173 SmallVectorImpl<FunctionDecl *> &Matches){
174 EraseUnwantedCUDAMatchesImpl<FunctionDecl *>(
175 *this, Caller, Matches, [](const FunctionDecl *item) { return item; })
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 22 const FunctionDecl *CheckerContext::getCalleeDecl(const CallExpr *CE) const {
29 StringRef CheckerContext::getCalleeName(const FunctionDecl *FunDecl) const {
46 bool CheckerContext::isCLibraryFunction(const FunctionDecl *FD,
  /development/vndk/tools/header-checker/src/dumper/
ast_processing.h 48 bool VisitFunctionDecl(const clang::FunctionDecl *decl);
60 bool ShouldSkipFunctionDecl(const clang::FunctionDecl *decl);
  /external/clang/examples/AnnotateFunctions/
AnnotateFunctions.cpp 34 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
  /external/clang/include/clang/Frontend/
MultiplexConsumer.h 39 void HandleInlineFunctionDefinition(FunctionDecl *D) override;
44 void HandleCXXImplicitFunctionInstantiation(FunctionDecl *D) override;
  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 48 if (FunctionDecl *FD = dyn_cast_or_null<FunctionDecl>(DRE->getDecl())) {
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefinedAssignmentChecker.cpp 44 if (const FunctionDecl *EnclosingFunctionDecl =
45 dyn_cast<FunctionDecl>(C.getStackFrame()->getDecl()))
CheckSecuritySyntaxOnly.cpp 87 bool checkCall_strCommon(const CallExpr *CE, const FunctionDecl *FD);
89 typedef void (WalkAST::*FnCheck)(const CallExpr *, const FunctionDecl *);
93 void checkCall_gets(const CallExpr *CE, const FunctionDecl *FD);
94 void checkCall_getpw(const CallExpr *CE, const FunctionDecl *FD);
95 void checkCall_mktemp(const CallExpr *CE, const FunctionDecl *FD);
96 void checkCall_mkstemp(const CallExpr *CE, const FunctionDecl *FD);
97 void checkCall_strcpy(const CallExpr *CE, const FunctionDecl *FD);
98 void checkCall_strcat(const CallExpr *CE, const FunctionDecl *FD);
99 void checkCall_rand(const CallExpr *CE, const FunctionDecl *FD);
100 void checkCall_random(const CallExpr *CE, const FunctionDecl *FD)
    [all...]
VirtualCallChecker.cpp 41 // PreVisited : A CallExpr to this FunctionDecl is in the worklist, but the
43 // PostVisited : A CallExpr to this FunctionDecl is in the worklist, and the
46 PreVisited, /**< A CallExpr to this FunctionDecl is in the
49 PostVisited /**< A CallExpr to this FunctionDecl is in the
54 llvm::DenseMap<const FunctionDecl *, Kind> VisitedFunctions;
71 const FunctionDecl *FD = WLUnit->getDirectCallee();
90 const FunctionDecl *FD = WLUnit->getDirectCallee();
184 const FunctionDecl *FD = (*(I-1))->getDirectCallee();
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 115 const FunctionDecl *D) override;
116 void ResolvedExceptionSpec(const FunctionDecl *FD) override;
117 void DeducedReturnType(const FunctionDecl *FD, QualType ReturnType) override;
119 const FunctionDecl *Delete) override;
120 void CompletedImplicitDefinition(const FunctionDecl *D) override;
125 void FunctionDefinitionInstantiated(const FunctionDecl *D) override;
170 const FunctionTemplateDecl *TD, const FunctionDecl *D) {
175 const FunctionDecl *FD) {
179 void MultiplexASTMutationListener::DeducedReturnType(const FunctionDecl *FD,
185 const CXXDestructorDecl *DD, const FunctionDecl *Delete)
    [all...]
  /external/clang/lib/Index/
IndexingContext.cpp 134 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
168 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
178 if (auto FD = dyn_cast<FunctionDecl>(D))
294 !(isa<FunctionDecl>(D) && cast<FunctionDecl>(D)->getBuiltinID())) {
302 (isa<FunctionDecl>(Parent) &&
303 cast<FunctionDecl>(Parent)->getBuiltinID()) ||
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 60 bool VisitFunctionDecl(FunctionDecl *FD) {
67 std::set<FunctionDecl*> LateParsedDecls;
71 for (const FunctionDecl *FD : v.LateParsedDecls) {
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_layout.cpp 80 FunctionDecl::kFunctionDeclDefinition))
118 FunctionDecl::kFunctionDeclDeclaration))
142 FunctionDecl::kFunctionDeclDefinition))
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_layout.cpp 80 FunctionDecl::kFunctionDeclDefinition))
118 FunctionDecl::kFunctionDeclDeclaration))
142 FunctionDecl::kFunctionDeclDefinition))
  /external/clang/include/clang/CodeGen/
CodeGenABITypes.h 57 const FunctionDecl *FD);
  /external/clang/unittests/Analysis/
CFGTest.cpp 36 const auto *Func = Result.Nodes.getNodeAs<FunctionDecl>("func");
48 Finder.addMatcher(ast_matchers::functionDecl().bind("func"), &Callback);
  /external/v8/tools/clang/blink_gc_plugin/
DiagnosticsReporter.h 53 void MissingTraceDispatch(const clang::FunctionDecl* dispatch,
55 void MissingFinalizeDispatch(const clang::FunctionDecl* dispatch,
84 const clang::FunctionDecl* bad_function,
96 void ReportMissingDispatch(const clang::FunctionDecl* dispatch,

Completed in 422 milliseconds

1 2 3 4 5 6 7 8 91011