Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp3507 FunctionTypeLoc FunctionDecl::getFunctionTypeLoc() const { in getFunctionTypeLoc() function in FunctionDecl
3514 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getReturnTypeSourceRange()
3546 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getExceptionSpecSourceRange()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2504 FunctionTypeLoc getFunctionTypeLoc() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp8426 if (FunctionTypeLoc Loc = MD->getFunctionTypeLoc()) in CheckExplicitlyDefaultedComparison()