Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp1481 if (const TagType *TagT = dyn_cast<TagType>(T)) in GetCompletionTypeString() local
1482 if (TagDecl *Tag = TagT->getDecl()) in GetCompletionTypeString()
/external/clang/lib/Serialization/
DASTReader.cpp8341 if (const TagType *TagT = dyn_cast<TagType>(TD->getTypeForDecl())) { in finishPendingActions() local
8343 const_cast<TagType*>(TagT)->decl = TD; in finishPendingActions()