Home
last modified time | relevance | path

Searched refs:setTypoNNS (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DTypoCorrection.h291 void setTypoNNS(NestedNameSpecifier *NNS) { TypoNNS = NNS; } in setTypoNNS() function
/external/llvm-project/clang/include/clang/Sema/
DTypoCorrection.h323 void setTypoNNS(NestedNameSpecifier *NNS) { TypoNNS = NNS; } in setTypoNNS() function
/external/clang/lib/Sema/
DSemaExpr.cpp2233 CCC->setTypoNNS(SS.getScopeRep()); in ActOnIdExpression()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp2557 CCC->setTypoNNS(SS.getScopeRep()); in ActOnIdExpression()