Home
last modified time | relevance | path

Searched defs:TypoLoc (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DSemaExprMember.cpp665 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local
DSemaExpr.cpp1825 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic()
1947 SourceLocation TypoLoc = R.getNameLoc(); in DiagnoseEmptyLookup() local
/external/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp691 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local
DSemaLookup.cpp5435 SourceLocation TypoLoc) { in createDelayedTypo()
DSemaExpr.cpp2106 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic()
2260 SourceLocation TypoLoc = R.getNameLoc(); in DiagnoseEmptyLookup() local
/external/llvm-project/clang/include/clang/AST/
DExpr.h6281 SourceLocation TypoLoc; variable
6284 TypoExpr(QualType T, SourceLocation TypoLoc) in TypoExpr()