HomeSort by relevance Sort by last modified time
    Searched refs:CXXMethodDecl (Results 101 - 117 of 117) sorted by null

1 2 3 45

  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 143 static void recordFixedType(const MemRegion *Region, const CXXMethodDecl *MD,
    [all...]
MallocChecker.cpp 642 if (isa<CXXMethodDecl>(FD))
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 134 if (const CXXMethodDecl *MethodDecl = dyn_cast<CXXMethodDecl>(D))
872 static bool checkForConsumableClass(Sema &S, const CXXMethodDecl *MD,
895 if (!checkForConsumableClass(S, cast<CXXMethodDecl>(D), Attr))
    [all...]
SemaCast.cpp     [all...]
SemaTemplateInstantiate.cpp 720 auto *NewMD = dyn_cast<CXXMethodDecl>(New);
722 auto *OldMD = dyn_cast<CXXMethodDecl>(Old);
    [all...]
DeclSpec.cpp 341 CXXMethodDecl::isStaticOverloadedOperator(
    [all...]
SemaInit.cpp     [all...]
TreeTransform.h     [all...]
SemaOpenMP.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 343 assert(CGF && CGF->CurFuncDecl && isa<CXXMethodDecl>(CGF->CurFuncDecl) &&
345 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(C);
    [all...]
CGExpr.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 31 class CXXMethodDecl;
139 CXXMethodDecl *getMethodDecl() const;
145 /// context of the CXXMethodDecl which this function is calling.
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 82 void VisitCXXMethodDecl(CXXMethodDecl *D);
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 142 Decl *VisitCXXMethodDecl(CXXMethodDecl *D);
    [all...]
StmtPrinter.cpp     [all...]

Completed in 299 milliseconds

1 2 3 45