Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTType.cpp4419 if (const TagType *TagT = field->getType()->getAs<TagType>()) { in AddFieldToRecordType() local
4420 if (RecordDecl *Rec = dyn_cast<RecordDecl>(TagT->getDecl())) in AddFieldToRecordType()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCodeComplete.cpp1480 if (const TagType *TagT = dyn_cast<TagType>(T)) in GetCompletionTypeString() local
1481 if (TagDecl *Tag = TagT->getDecl()) in GetCompletionTypeString()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp7478 if (const TagType *TagT = dyn_cast<TagType>(TD->TypeForDecl)) { in finishPendingActions() local
7480 const_cast<TagType*>(TagT)->decl = TD; in finishPendingActions()