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

/freebsd-11-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.cpp3389 FunctionTypeLoc FunctionDecl::getFunctionTypeLoc() const { function in class:FunctionDecl
3396 FunctionTypeLoc FTL = getFunctionTypeLoc();
3428 FunctionTypeLoc FTL = getFunctionTypeLoc();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2443 FunctionTypeLoc getFunctionTypeLoc() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8048 if (FunctionTypeLoc Loc = MD->getFunctionTypeLoc())

Completed in 180 milliseconds