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

1 2 3 4 5 6 78 91011

  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 152 Value = functionDecl(constructMatcher("parameterCountIs", 2)
153 .getTypedMatcher<FunctionDecl>());
180 functionDecl(constructMatcher(
182 .getTypedMatcher<FunctionDecl>());
237 constructMatcher("functionDecl", IsDefinition).getTypedMatcher<Decl>();
350 constructMatcher("functionDecl",
424 "(Actual = Matcher<FunctionDecl|FunctionProtoType>)",
  /development/vndk/tools/header-checker/src/repr/protobuf/
converter.h 233 static abi_dump::FunctionDecl ConvertFunctionIR(const FunctionIR *functionp);
ir_diff_dumper.cpp 220 abi_dump::FunctionDecl *added_function = nullptr;
ir_reader.cpp 91 const abi_dump::FunctionDecl &function_protobuf) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 205 DefinedSVal getFunctionPointer(const FunctionDecl *func);
MemRegion.h 546 assert(isa<ObjCMethodDecl>(fd) || isa<FunctionDecl>(fd));
551 if (const FunctionDecl *D = dyn_cast<FunctionDecl>(FD)) {
    [all...]
SVals.h 143 /// CodeTextRegion wrapping a FunctionDecl, return that FunctionDecl.
145 const FunctionDecl *getAsFunctionDecl() const;
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 272 const FunctionDecl *FD =
273 cast<FunctionDecl>(PV->getDeclContext())->getCanonicalDecl();
355 const FunctionDecl *FD = CE->getDirectCallee()->getMostRecentDecl();
805 : cast<FunctionDecl>(D)->parameters();
    [all...]
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 101 bool VisitFunctionDecl(FunctionDecl *D) {
TargetInfo.cpp     [all...]
CGCall.cpp 108 const FunctionDecl *FD) {
143 const FunctionDecl *FD) {
161 const FunctionDecl *FD) {
380 CodeGenTypes::arrangeFunctionDeclaration(const FunctionDecl *FD) {
458 const FunctionDecl *FD = cast<FunctionDecl>(GD.getDecl());
    [all...]
CodeGenFunction.h 61 class FunctionDecl;
283 const FunctionDecl *CurSEHParent = nullptr;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 311 const FunctionDecl *FD = TheCall->getDirectCallee();
UnixAPIChecker.cpp 352 const FunctionDecl *FD = C.getCalleeDecl(CE);
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 165 auto *NewFunction = FunctionDecl::Create(
  /development/vndk/tools/header-checker/src/dumper/
abi_wrappers.cpp 482 const clang::FunctionDecl *decl,
517 clang::FunctionDecl::param_const_iterator param_it =
558 case clang::FunctionDecl::TK_FunctionTemplateSpecialization: {
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 35 class FunctionDecl;
913 FunctionDecl *getAsFunction() LLVM_READONLY;
915 const FunctionDecl *getAsFunction() const {
    [all...]
ExprCXX.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 420 static bool functionDeclHasDefaultArgument(const FunctionDecl *FD) {
435 bool Sema::MergeCXXFunctionDecl(FunctionDecl *New, FunctionDecl *Old,
447 FunctionDecl *PrevForDefaultArgs = Old;
631 const FunctionDecl *Def;
712 void Sema::CheckCXXDefaultArguments(FunctionDecl *FD) {
765 const FunctionDecl *FD) {
    [all...]
SemaCodeComplete.cpp 679 if (const FunctionDecl *Function = ND->getAsFunction())
    [all...]
SemaCast.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 790 bool CursorVisitor::VisitFunctionDecl(FunctionDecl *ND) {
903 // FIXME: Visit the "outer" template parameter lists on the FunctionDecl
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 84 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
265 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D)) {
279 if (const FunctionDecl *MemberDecl =
465 if (isa<ObjCMethodDecl>(D) || isa<FunctionDecl>(D)) {
    [all...]
Expr.cpp 514 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(CurrentDecl)) {
532 const FunctionDecl *Decl = FD;
533 if (const FunctionDecl* Pattern = FD->getTemplateInstantiationPattern())
    [all...]
ExprCXX.cpp 64 FunctionDecl *operatorNew, FunctionDecl *operatorDelete,
668 cast<FunctionDecl>(getCalleeDecl())->getParamDecl(0)->getType();
690 return cast<FunctionDecl>(getCalleeDecl())->getLiteralIdentifier();
    [all...]

Completed in 964 milliseconds

1 2 3 4 5 6 78 91011