Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp9083 TypoCorrectedFunctionDefinitions.insert(F); in MarkTypoCorrectedFunctionDefinition()
15560 if (TypoCorrectedFunctionDefinitions.count(Definition)) in CheckForFunctionRedefinition()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1614 llvm::SmallPtrSet<const NamedDecl *, 4> TypoCorrectedFunctionDefinitions; variable