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.h5420 SourceLocation getDotLoc() const { in getDotLoc() function
5481 return getDotLoc().isInvalid() ? getFieldLoc() : getDotLoc(); in getBeginLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1802 if (D.getDotLoc().isInvalid()) { in VisitDesignatedInitExpr()
H A DExpr.cpp4649 SourceLocation retval = GNUSyntax ? Des.getFieldLoc() : Des.getDotLoc(); in getBeginLoc()
H A DASTImporter.cpp941 ExpectedSLoc ToDotLocOrErr = import(D.getDotLoc()); in import()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp2592 (IdentifierInfo *)nullptr, DIE->getDesignator(DesigIdx)->getDotLoc(), in ExpandAnonymousFieldDesignator()
2812 SourceLocation Loc = D->getDotLoc(); in CheckDesignatedInitializer()
3491 D.getFieldDecl(), D.getDotLoc(), D.getFieldLoc())); in ActOnDesignatedInitializer()
H A DTreeTransform.h12692 D.getFieldName(), D.getDotLoc(), D.getFieldLoc())); in TransformDesignatedInitExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1197 Record.AddSourceLocation(D.getDotLoc()); in VisitDesignatedInitExpr()