Home
last modified time | relevance | path

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

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