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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp158 static bool getFunctionTypeLoc(TypeLoc TL, FunctionTypeLoc &ResFTL) { function in namespace:clang::comments
311 if (getFunctionTypeLoc(TL, FTL)) {
335 if (getFunctionTypeLoc(TL, FTL)) {
356 if (getFunctionTypeLoc(TL, FTL)) {
H A DDecl.cpp3383 FunctionTypeLoc FunctionDecl::getFunctionTypeLoc() const {
3390 FunctionTypeLoc FTL = getFunctionTypeLoc();
3422 FunctionTypeLoc FTL = getFunctionTypeLoc();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2454 FunctionTypeLoc getFunctionTypeLoc() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8298 if (FunctionTypeLoc Loc = MD->getFunctionTypeLoc())

Completed in 216 milliseconds