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

  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp 486 if (cxx_record_decl->isTemplateDecl()) {
  /external/clang/include/clang/AST/
DeclBase.h 898 bool isTemplateDecl() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h 908 bool isTemplateDecl() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h 908 bool isTemplateDecl() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h 908 bool isTemplateDecl() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 908 bool isTemplateDecl() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h 908 bool isTemplateDecl() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h 908 bool isTemplateDecl() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h 908 bool isTemplateDecl() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 908 bool isTemplateDecl() const;
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 196 bool Decl::isTemplateDecl() const {
    [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 386 HasTemplateScope = D->isTemplateDecl();
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaDecl.cpp 474 return NestedNameSpecifier::Create(Context, nullptr, RD->isTemplateDecl(),
517 NNS = NestedNameSpecifier::Create(Context, nullptr, RD->isTemplateDecl(),
    [all...]

Completed in 1370 milliseconds