Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DComment.cpp153 static bool getFunctionTypeLoc(TypeLoc TL, FunctionTypeLoc &ResFTL) { in getFunctionTypeLoc() function
352 if (getFunctionTypeLoc(TL, FTL)) { in fill()
DDecl.cpp3642 FunctionTypeLoc FunctionDecl::getFunctionTypeLoc() const { in getFunctionTypeLoc() function in FunctionDecl
3649 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getReturnTypeSourceRange()
3681 FunctionTypeLoc FTL = getFunctionTypeLoc(); in getExceptionSpecSourceRange()
/openbsd/src/gnu/llvm/clang/include/clang/ASTMatchers/
DASTMatchers.h6567 auto Loc = Node.getFunctionTypeLoc(); in AST_MATCHER_P()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDecl.h2636 FunctionTypeLoc getFunctionTypeLoc() const;
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDeclCXX.cpp8591 if (FunctionTypeLoc Loc = MD->getFunctionTypeLoc()) in CheckExplicitlyDefaultedComparison()