Home
last modified time | relevance | path

Searched refs:TagT (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Symbol/
DClangASTType.cpp4345 if (const TagType *TagT = field->getType()->getAs<TagType>()) { in AddFieldToRecordType() local
4346 if (RecordDecl *Rec = dyn_cast<RecordDecl>(TagT->getDecl())) in AddFieldToRecordType()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp1478 if (const TagType *TagT = dyn_cast<TagType>(T)) in GetCompletionTypeString() local
1479 if (TagDecl *Tag = TagT->getDecl()) in GetCompletionTypeString()
/external/clang/lib/Serialization/
DASTReader.cpp8420 if (const TagType *TagT = dyn_cast<TagType>(TD->getTypeForDecl())) { in finishPendingActions() local
8422 const_cast<TagType*>(TagT)->decl = TD; in finishPendingActions()