Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp3251 static bool hasTypeDeclaredInsideFunction(QualType T, const FunctionDecl *FD) { in hasTypeDeclaredInsideFunction() function
3258 return hasTypeDeclaredInsideFunction(Arg.getAsType(), FD); in hasTypeDeclaredInsideFunction()
3292 return hasTypeDeclaredInsideFunction(AutoT->getDeducedType(), D); in hasAutoReturnTypeDeclaredInside()