Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp156 static bool getFunctionTypeLoc(TypeLoc TL, FunctionTypeLoc &ResFTL) { in getFunctionTypeLoc() function
363 if (getFunctionTypeLoc(TL, FTL)) { in fill()
H A DDecl.cpp3934 FunctionTypeLoc FunctionDecl::getFunctionTypeLoc() const { in getFunctionTypeLoc() function in FunctionDecl
3958 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getReturnTypeSourceRange()
3990 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getExceptionSpecSourceRange()
H A DExpr.cpp2304 D && D->getFunctionTypeLoc().isNull() && isLambdaCallOperator(D)) in EvaluateInContext()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6887 auto Loc = Node.getFunctionTypeLoc(); in AST_MATCHER_P()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2816 FunctionTypeLoc getFunctionTypeLoc() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8927 if (FunctionTypeLoc Loc = MD->getFunctionTypeLoc()) in CheckExplicitlyDefaultedComparison()