Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp8221 TypoCorrectedFunctionDefinitions.insert(F); in MarkTypoCorrectedFunctionDefinition()
13925 if (TypoCorrectedFunctionDefinitions.count(Definition)) in CheckForFunctionRedefinition()
/external/llvm-project/clang/include/clang/Sema/
DSema.h1368 llvm::SmallPtrSet<const NamedDecl *, 4> TypoCorrectedFunctionDefinitions; variable