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

1 23 4

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 237 /// UpdateCompletedType - When we find the full definition for a TagDecl,
239 void CodeGenTypes::UpdateCompletedType(const TagDecl *TD) {
649 // TagDecl's are not necessarily unique, instead use the (clang)
CodeGenModule.h 890 void UpdateCompletedType(const TagDecl *TD);
    [all...]
CGDebugInfo.cpp 641 static bool hasCXXMangling(const TagDecl *TD, llvm::DICompileUnit *TheCU) {
658 const TagDecl *TD = Ty->getDecl();
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 661 TagDecl *getDecl() const { return getTypePtr()->getDecl(); }
665 TagDecl *D = getDecl();
    [all...]
DeclCXX.h 287 friend void TagDecl::startDefinition();
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
ItaniumMangle.cpp 183 if (const TagDecl *Tag = dyn_cast<TagDecl>(ND)) {
    [all...]
ASTContext.cpp 111 if (const TagDecl *TD = dyn_cast<TagDecl>(D)) {
154 } else if (const TagDecl *TD = dyn_cast<TagDecl>(D)) {
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 475 else if (const TagDecl *TD = dyn_cast<TagDecl>(Parent))
914 else if (const TagDecl *Tag = dyn_cast<TagDecl>(Ctx))
    [all...]
SemaAccess.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 70 bool TemplateDeclInstantiator::SubstQualifier(const TagDecl *OldDecl,
71 TagDecl *NewDecl) {
401 TagDecl *oldTag = oldTagType->getDecl();
403 TagDecl *newTag = DI->getType()->castAs<TagType>()->getDecl();
    [all...]
SemaType.cpp     [all...]
SemaTemplate.cpp     [all...]
DeclSpec.cpp 353 return cast<TagDecl>(getRepAsDecl())->isCompleteDefinition();
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/tools/libclang/
Indexing.cpp 340 void HandleTagDeclDefinition(TagDecl *D) override {
    [all...]
CIndex.cpp 345 if (TagDecl *TD = dyn_cast<TagDecl>(D))
688 bool CursorVisitor::VisitTagDecl(TagDecl *D) {
729 // FIXME: Visit the "outer" template parameter lists on the TagDecl
908 // FIXME: Visit the "outer" template parameter lists on the TagDecl
    [all...]
  /frameworks/compile/slang/
slang_backend.cpp 346 void Backend::HandleTagDeclDefinition(clang::TagDecl *D) {
slang_rs_export_type.cpp 777 for (clang::TagDecl::redecl_iterator RI = RD->redecls_begin(),
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 116 llvm::SmallPtrSet<TagDecl*, 32> GlobalDefinedTags;
400 bool IsTagDefinedInsideClass(ObjCContainerDecl *IDecl, TagDecl *Tag,
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 63 void VisitTagDecl(TagDecl *D);
366 void ASTDeclWriter::VisitTagDecl(TagDecl *D) {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 279 if (LangOpts.CPlusPlus || !isa<TagDecl>(ND))
    [all...]

Completed in 1954 milliseconds

1 23 4