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

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp13740 FunctionProtoTypeLoc ProtoTL = TL.getAs<FunctionProtoTypeLoc>(); local
13741 if (!ProtoTL)
13751 const FunctionProtoType *Proto = ProtoTL.getTypePtr();
13756 !Finder.TraverseTypeLoc(ProtoTL.getReturnLoc()))
13772 FunctionProtoTypeLoc ProtoTL = TL.getAs<FunctionProtoTypeLoc>(); local
13773 if (!ProtoTL)
13776 const FunctionProtoType *Proto = ProtoTL.getTypePtr();

Completed in 162 milliseconds