Searched refs:getDotLoc (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDesignator.h78 SourceLocation getDotLoc() const { function in class:clang::Designator
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5000 SourceLocation getDotLoc() const { function in class:clang::final::final::Designator
5036 return getDotLoc().isInvalid()? getFieldLoc() : getDotLoc();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp2284 DIE->getDesignator(DesigIdx)->getDotLoc(),
2501 SourceLocation Loc = D->getDotLoc();
3158 Designators.push_back(ASTDesignator(D.getField(), D.getDotLoc(),
H A DTreeTransform.h10817 D.getDotLoc(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1078 Record.AddSourceLocation(D.getDotLoc());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp919 ExpectedSLoc ToDotLocOrErr = import(D.getDotLoc());

Completed in 185 milliseconds