Home
last modified time | relevance | path

Searched refs:getDotLoc (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDesignator.h128 SourceLocation getDotLoc() const { in getDotLoc() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5625 SourceLocation getDotLoc() const { in getDotLoc() function
5686 return getDotLoc().isInvalid() ? getFieldLoc() : getDotLoc(); in getBeginLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1940 if (D.getDotLoc().isInvalid()) { in VisitDesignatedInitExpr()
H A DExpr.cpp4673 SourceLocation retval = GNUSyntax ? Des.getFieldLoc() : Des.getDotLoc(); in getBeginLoc()
H A DASTImporter.cpp995 ExpectedSLoc ToDotLocOrErr = import(D.getDotLoc()); in import()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp2670 (IdentifierInfo *)nullptr, DIE->getDesignator(DesigIdx)->getDotLoc(), in ExpandAnonymousFieldDesignator()
2894 SourceLocation Loc = D->getDotLoc(); in CheckDesignatedInitializer()
3573 D.getFieldDecl(), D.getDotLoc(), D.getFieldLoc())); in ActOnDesignatedInitializer()
H A DTreeTransform.h13810 D.getFieldName(), D.getDotLoc(), D.getFieldLoc())); in TransformDesignatedInitExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1216 Record.AddSourceLocation(D.getDotLoc()); in VisitDesignatedInitExpr()