Searched refs:getFunctionTypeLoc (Results 1 – 4 of 4) sorted by relevance
158 static bool getFunctionTypeLoc(TypeLoc TL, FunctionTypeLoc &ResFTL) { in getFunctionTypeLoc() function311 if (getFunctionTypeLoc(TL, FTL)) { in fill()335 if (getFunctionTypeLoc(TL, FTL)) { in fill()356 if (getFunctionTypeLoc(TL, FTL)) { in fill()
3472 FunctionTypeLoc FunctionDecl::getFunctionTypeLoc() const { in getFunctionTypeLoc() function in FunctionDecl3479 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getReturnTypeSourceRange()3511 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getExceptionSpecSourceRange()
2484 FunctionTypeLoc getFunctionTypeLoc() const;
8347 if (FunctionTypeLoc Loc = MD->getFunctionTypeLoc()) in CheckExplicitlyDefaultedComparison()