HomeSort by relevance Sort by last modified time
    Searched refs:TagDecl (Results 51 - 72 of 72) sorted by null

1 23

  /external/clang/include/clang/AST/
TypeLoc.h 571 TagDecl *getDecl() const { return getTypePtr()->getDecl(); }
575 TagDecl *D = getDecl();
    [all...]
DeclCXX.h 273 friend void TagDecl::startDefinition();
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 470 else if (TagDecl *TD = dyn_cast<TagDecl>(Parent))
865 else if (TagDecl *Tag = dyn_cast<TagDecl>(Ctx))
927 else if (TagDecl *Tag = dyn_cast<TagDecl>(Ctx))
    [all...]
SemaType.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaAccess.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 44 bool TemplateDeclInstantiator::SubstQualifier(const TagDecl *OldDecl,
45 TagDecl *NewDecl) {
172 TagDecl *oldTag = oldTagType->getDecl();
174 TagDecl *newTag = DI->getType()->castAs<TagType>()->getDecl();
    [all...]
SemaDeclCXX.cpp 782 if (cast<TagDecl>(*DclIt)->isThisDeclarationADefinition()) {
    [all...]
SemaDeclAttr.cpp 733 if (TagDecl *TD = dyn_cast<TagDecl>(D))
749 if (TagDecl *TD = dyn_cast<TagDecl>(D))
    [all...]
TreeTransform.h     [all...]
SemaOverload.cpp 873 } else if (isa<TagDecl>(OldD)) {
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 476 (!isa<TagDecl>(D) || cast<TagDecl>(D)->getTagKind() == TTK_Class))
    [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 303 if (TagDecl *TD = dyn_cast<TagDecl>(D))
609 bool CursorVisitor::VisitTagDecl(TagDecl *D) {
650 // FIXME: Visit the "outer" template parameter lists on the TagDecl
824 // FIXME: Visit the "outer" template parameter lists on the TagDecl
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 63 void VisitTagDecl(TagDecl *D);
207 void ASTDeclWriter::VisitTagDecl(TagDecl *D) {
    [all...]
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 580 for (clang::TagDecl::redecl_iterator RI = RD->redecls_begin(),
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 174 void CodeGenModule::UpdateCompletedType(const TagDecl *TD) {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 282 if (LangOpts.CPlusPlus || !isa<TagDecl>(ND))
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 112 llvm::SmallPtrSet<TagDecl*, 8> TagsDefinedInIvarDecls;
    [all...]

Completed in 335 milliseconds

1 23