Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp692 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local
H A DSemaLookup.cpp5815 SourceLocation TypoLoc) { in createDelayedTypo()
H A DSemaExpr.cpp2170 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic()
2324 SourceLocation TypoLoc = R.getNameLoc(); in DiagnoseEmptyLookup() local
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h6372 SourceLocation TypoLoc; variable
6375 TypoExpr(QualType T, SourceLocation TypoLoc) in TypoExpr()