Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp8282 TypoCorrectedFunctionDefinitions.insert(F); in MarkTypoCorrectedFunctionDefinition()
14056 if (TypoCorrectedFunctionDefinitions.count(Definition)) in CheckForFunctionRedefinition()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1476 llvm::SmallPtrSet<const NamedDecl *, 4> TypoCorrectedFunctionDefinitions; variable