Searched defs:Sigil (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DTreeTransform.h588 QualType RebuildPointerType(QualType PointeeType, SourceLocation Sigil);
594 QualType RebuildBlockPointerType(QualType PointeeType, SourceLocation Sigil);
606 SourceLocation Sigil);
614 SourceLocation Sigil);
8868 SourceLocation Sigil) {
8870 Sigil, getDerived().getBaseEntity());
8877 SourceLocation Sigil) {
8879 Sigil, getDerived().getBaseEntity());
8866 RebuildReferenceType(QualType ReferentType, bool WrittenAsLValue, SourceLocation Sigil) argument
8875 RebuildMemberPointerType(QualType PointeeType, QualType ClassType, SourceLocation Sigil) argument

Completed in 319 milliseconds