Searched refs:getFunctionTypeLoc (Results 1 – 5 of 5) sorted by relevance
156 static bool getFunctionTypeLoc(TypeLoc TL, FunctionTypeLoc &ResFTL) { in getFunctionTypeLoc() function356 if (getFunctionTypeLoc(TL, FTL)) { in fill()
3859 FunctionTypeLoc FunctionDecl::getFunctionTypeLoc() const { in getFunctionTypeLoc() function in FunctionDecl3866 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getReturnTypeSourceRange()3898 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getExceptionSpecSourceRange()
2715 FunctionTypeLoc getFunctionTypeLoc() const;
6840 auto Loc = Node.getFunctionTypeLoc(); in AST_MATCHER_P()
8747 if (FunctionTypeLoc Loc = MD->getFunctionTypeLoc()) in CheckExplicitlyDefaultedComparison()