Searched refs:getFunctionTypeLoc (Results 1 – 5 of 5) sorted by relevance
153 static bool getFunctionTypeLoc(TypeLoc TL, FunctionTypeLoc &ResFTL) { in getFunctionTypeLoc() function352 if (getFunctionTypeLoc(TL, FTL)) { in fill()
3642 FunctionTypeLoc FunctionDecl::getFunctionTypeLoc() const { in getFunctionTypeLoc() function in FunctionDecl3649 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getReturnTypeSourceRange()3681 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getExceptionSpecSourceRange()
6567 auto Loc = Node.getFunctionTypeLoc(); in AST_MATCHER_P()
2636 FunctionTypeLoc getFunctionTypeLoc() const;
8591 if (FunctionTypeLoc Loc = MD->getFunctionTypeLoc()) in CheckExplicitlyDefaultedComparison()