HomeSort by relevance Sort by last modified time
    Searched refs:CXXMethod (Results 1 - 19 of 19) sorted by null

  /external/clang/lib/Serialization/
ASTCommon.cpp 204 case Decl::CXXMethod:
256 case Decl::CXXMethod:
  /external/clang/lib/AST/
Comment.cpp 154 case Decl::CXXMethod:
169 if (K == Decl::CXXMethod || K == Decl::CXXConstructor ||
DeclBase.cpp 595 case CXXMethod:
834 if (getKind(D) == Decl::CXXMethod) {
    [all...]
DeclCXX.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 161 auto *CXXMethod = dyn_cast<CXXMethodDecl>(D);
162 if (!CXXMethod)
165 const CXXRecordDecl *parent = CXXMethod->getParent();
  /external/clang/lib/Frontend/
ASTConsumers.cpp 281 case Decl::CXXMethod: {
397 case Decl::CXXMethod:
  /external/clang/lib/StaticAnalyzer/Core/
IssueHash.cpp 99 case Decl::CXXMethod:
PlistDiagnostics.cpp 415 case Decl::CXXMethod:
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclNodes.inc 396 #ifndef CXXMETHOD
397 # define CXXMETHOD(Type, Base) FUNCTION(Type, Base)
399 CXXMETHOD(CXXMethod, FunctionDecl)
401 # define CXXCONSTRUCTOR(Type, Base) CXXMETHOD(Type, Base)
407 # define CXXCONVERSION(Type, Base) CXXMETHOD(Type, Base)
413 # define CXXDESTRUCTOR(Type, Base) CXXMETHOD(Type, Base)
418 DECL_RANGE(CXXMethod, CXXMethod, CXXDestructor)
420 #undef CXXMETHOD
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclNodes.inc 396 #ifndef CXXMETHOD
397 # define CXXMETHOD(Type, Base) FUNCTION(Type, Base)
399 CXXMETHOD(CXXMethod, FunctionDecl)
401 # define CXXCONSTRUCTOR(Type, Base) CXXMETHOD(Type, Base)
407 # define CXXCONVERSION(Type, Base) CXXMETHOD(Type, Base)
413 # define CXXDESTRUCTOR(Type, Base) CXXMETHOD(Type, Base)
418 DECL_RANGE(CXXMethod, CXXMethod, CXXDestructor)
420 #undef CXXMETHOD
    [all...]
  /external/clang/lib/Index/
IndexSymbol.cpp 180 case Decl::CXXMethod: {
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 135 case Decl::CXXMethod:
CodeGenModule.cpp     [all...]
CGDecl.cpp 52 case Decl::CXXMethod:
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 2307 milliseconds