Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp156 static bool getFunctionTypeLoc(TypeLoc TL, FunctionTypeLoc &ResFTL) { in getFunctionTypeLoc() function
356 if (getFunctionTypeLoc(TL, FTL)) { in fill()
H A DDecl.cpp3809 FunctionTypeLoc FunctionDecl::getFunctionTypeLoc() const { in getFunctionTypeLoc() function in FunctionDecl
3816 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getReturnTypeSourceRange()
3848 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getExceptionSpecSourceRange()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2712 FunctionTypeLoc getFunctionTypeLoc() const;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6816 auto Loc = Node.getFunctionTypeLoc(); in AST_MATCHER_P()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8849 if (FunctionTypeLoc Loc = MD->getFunctionTypeLoc()) in CheckExplicitlyDefaultedComparison()