Home
last modified time | relevance | path

Searched refs:getFunctionTypeLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDComment.cpp156 static bool getFunctionTypeLoc(TypeLoc TL, FunctionTypeLoc &ResFTL) { in getFunctionTypeLoc() function
356 if (getFunctionTypeLoc(TL, FTL)) { in fill()
HDDecl.cpp3859 FunctionTypeLoc FunctionDecl::getFunctionTypeLoc() const { in getFunctionTypeLoc() function in FunctionDecl
3866 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getReturnTypeSourceRange()
3898 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getExceptionSpecSourceRange()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h2715 FunctionTypeLoc getFunctionTypeLoc() const;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h6840 auto Loc = Node.getFunctionTypeLoc(); in AST_MATCHER_P()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp8747 if (FunctionTypeLoc Loc = MD->getFunctionTypeLoc()) in CheckExplicitlyDefaultedComparison()