Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDesignator.h80 SourceLocation getDotLoc() const { in getDotLoc() function
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h5179 SourceLocation getDotLoc() const { in getDotLoc() function
5215 return getDotLoc().isInvalid()? getFieldLoc() : getDotLoc(); in getBeginLoc()
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp1742 if (D.getDotLoc().isInvalid()) { in VisitDesignatedInitExpr()
H A DASTImporter.cpp969 ExpectedSLoc ToDotLocOrErr = import(D.getDotLoc()); in import()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp2352 DIE->getDesignator(DesigIdx)->getDotLoc(), in ExpandAnonymousFieldDesignator()
2569 SourceLocation Loc = D->getDotLoc(); in CheckDesignatedInitializer()
3231 Designators.push_back(ASTDesignator(D.getField(), D.getDotLoc(), in ActOnDesignatedInitializer()
H A DTreeTransform.h11606 D.getDotLoc(), in TransformDesignatedInitExpr()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1097 Record.AddSourceLocation(D.getDotLoc()); in VisitDesignatedInitExpr()