Home
last modified time | relevance | path

Searched refs:SkipResultType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/tools/libclang/
H A DCursorVisitor.h272 bool VisitFunctionTypeLoc(FunctionTypeLoc TL, bool SkipResultType = false);
H A DCIndex.cpp1761 bool SkipResultType) { in VisitFunctionTypeLoc() argument
1762 if (!SkipResultType && Visit(TL.getReturnLoc())) in VisitFunctionTypeLoc()