Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp690 SourceLocation TypoLoc = R.getNameLoc(); in LookupMemberExprInRecord() local
H A DSemaLookup.cpp5484 SourceLocation TypoLoc) { in createDelayedTypo()
H A DSemaExpr.cpp2103 DeclarationName Typo, SourceLocation TypoLoc, ArrayRef<Expr *> Args, in emitEmptyLookupTypoDiagnostic()
2257 SourceLocation TypoLoc = R.getNameLoc(); in DiagnoseEmptyLookup() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h6286 SourceLocation TypoLoc; variable
6289 TypoExpr(QualType T, SourceLocation TypoLoc) in TypoExpr()