Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3859 FunctionTypeLoc FunctionDecl::getFunctionTypeLoc() const { in getFunctionTypeLoc() function in FunctionDecl
3866 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getReturnTypeSourceRange()
3898 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getExceptionSpecSourceRange()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2715 FunctionTypeLoc getFunctionTypeLoc() const;
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6840 auto Loc = Node.getFunctionTypeLoc(); in AST_MATCHER_P()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8747 if (FunctionTypeLoc Loc = MD->getFunctionTypeLoc()) in CheckExplicitlyDefaultedComparison()