Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp158 static bool getFunctionTypeLoc(TypeLoc TL, FunctionTypeLoc &ResFTL) { in getFunctionTypeLoc() function
311 if (getFunctionTypeLoc(TL, FTL)) { in fill()
335 if (getFunctionTypeLoc(TL, FTL)) { in fill()
356 if (getFunctionTypeLoc(TL, FTL)) { in fill()
H A DDecl.cpp3500 FunctionTypeLoc FunctionDecl::getFunctionTypeLoc() const { in getFunctionTypeLoc() function in FunctionDecl
3507 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getReturnTypeSourceRange()
3539 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getExceptionSpecSourceRange()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2530 FunctionTypeLoc getFunctionTypeLoc() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8433 if (FunctionTypeLoc Loc = MD->getFunctionTypeLoc()) in CheckExplicitlyDefaultedComparison()