Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp731 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local
H A DSemaLookup.cpp5719 SourceLocation TypoLoc) { in createDelayedTypo()
H A DSemaExpr.cpp2344 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic()
2489 SourceLocation TypoLoc = R.getNameLoc(); in DiagnoseEmptyLookup() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6769 SourceLocation TypoLoc; variable
6772 TypoExpr(QualType T, SourceLocation TypoLoc) in TypoExpr()