Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp7698 TypoCorrectedFunctionDefinitions.insert(F); in MarkTypoCorrectedFunctionDefinition()
12773 if (TypoCorrectedFunctionDefinitions.count(Definition)) in CheckForFunctionRedefinition()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1189 llvm::SmallPtrSet<const NamedDecl *, 4> TypoCorrectedFunctionDefinitions; variable