Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDesignator.h79 SourceLocation getDotLoc() const { in getDotLoc() function
/external/clang/include/clang/AST/
DExpr.h4095 SourceLocation getDotLoc() const { in getDotLoc() function
4131 return getDotLoc().isInvalid()? getFieldLoc() : getDotLoc(); in getLocStart()
/external/clang/lib/Sema/
DSemaInit.cpp1957 DIE->getDesignator(DesigIdx)->getDotLoc(), in ExpandAnonymousFieldDesignator()
2158 SourceLocation Loc = D->getDotLoc(); in CheckDesignatedInitializer()
2767 Designators.push_back(ASTDesignator(D.getField(), D.getDotLoc(), in ActOnDesignatedInitializer()
DTreeTransform.h8867 D.getDotLoc(), in TransformDesignatedInitExpr()
/external/clang/lib/AST/
DStmtPrinter.cpp1687 if (D.getDotLoc().isInvalid()) { in VisitDesignatedInitExpr()
DASTImporter.cpp5424 return Designator(ToFieldName, Importer.Import(D.getDotLoc()), in ImportDesignator()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp764 Record.AddSourceLocation(D.getDotLoc()); in VisitDesignatedInitExpr()