Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
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()
DDecl.cpp3472 FunctionTypeLoc FunctionDecl::getFunctionTypeLoc() const { in getFunctionTypeLoc() function in FunctionDecl
3479 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getReturnTypeSourceRange()
3511 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getExceptionSpecSourceRange()
/external/llvm-project/clang/include/clang/AST/
DDecl.h2484 FunctionTypeLoc getFunctionTypeLoc() const;
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp8347 if (FunctionTypeLoc Loc = MD->getFunctionTypeLoc()) in CheckExplicitlyDefaultedComparison()