Searched refs:getFunctionTypeLoc (Results 1 – 6 of 6) sorted by relevance
156 static bool getFunctionTypeLoc(TypeLoc TL, FunctionTypeLoc &ResFTL) { in getFunctionTypeLoc() function363 if (getFunctionTypeLoc(TL, FTL)) { in fill()
3934 FunctionTypeLoc FunctionDecl::getFunctionTypeLoc() const { in getFunctionTypeLoc() function in FunctionDecl3958 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getReturnTypeSourceRange()3990 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getExceptionSpecSourceRange()
2304 D && D->getFunctionTypeLoc().isNull() && isLambdaCallOperator(D)) in EvaluateInContext()
6887 auto Loc = Node.getFunctionTypeLoc(); in AST_MATCHER_P()
2816 FunctionTypeLoc getFunctionTypeLoc() const;
8927 if (FunctionTypeLoc Loc = MD->getFunctionTypeLoc()) in CheckExplicitlyDefaultedComparison()