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()
3809 FunctionTypeLoc FunctionDecl::getFunctionTypeLoc() const { in getFunctionTypeLoc() function in FunctionDecl3816 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getReturnTypeSourceRange()3848 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getExceptionSpecSourceRange()
2712 FunctionTypeLoc getFunctionTypeLoc() const;
6816 auto Loc = Node.getFunctionTypeLoc(); in AST_MATCHER_P()
8849 if (FunctionTypeLoc Loc = MD->getFunctionTypeLoc()) in CheckExplicitlyDefaultedComparison()