reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 2701       if (TypedefTypeLoc TypedefTL = TL.getAs<TypedefTypeLoc>()) {
 2704           TL = InnerTSInfo->getTypeLoc().getUnqualifiedLoc();
 2710       if (QualifiedTypeLoc QualifiedTL = TL.getAs<QualifiedTypeLoc>()) {
 2711         TL = QualifiedTL.getUnqualifiedLoc();
 2715       if (AttributedTypeLoc AttrTL = TL.getAs<AttributedTypeLoc>()) {
 2716         TL = AttrTL.getModifiedLoc();
 2723     if (BlockPointerTypeLoc BlockPtr = TL.getAs<BlockPointerTypeLoc>()) {
 2724       TL = BlockPtr.getPointeeLoc().IgnoreParens();
 2725       Block = TL.getAs<FunctionTypeLoc>();
 2726       BlockProto = TL.getAs<FunctionProtoTypeLoc>();