Home | History | Annotate | Download | only in AST

Lines Matching refs:getAs

245       if (QualifiedTypeLoc QualifiedTL = TL.getAs<QualifiedTypeLoc>()) {
250 if (PointerTypeLoc PointerTL = TL.getAs<PointerTypeLoc>()) {
255 if (ReferenceTypeLoc ReferenceTL = TL.getAs<ReferenceTypeLoc>()) {
260 if (AdjustedTypeLoc ATL = TL.getAs<AdjustedTypeLoc>()) {
265 TL.getAs<BlockPointerTypeLoc>()) {
270 TL.getAs<MemberPointerTypeLoc>()) {
274 if (ElaboratedTypeLoc ETL = TL.getAs<ElaboratedTypeLoc>()) {
279 if (FunctionTypeLoc FTL = TL.getAs<FunctionTypeLoc>()) {
288 TL.getAs<TemplateSpecializationTypeLoc>()) {
300 if (FunctionTypeLoc FTL = TL.getAs<FunctionTypeLoc>()) {