reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Expr.h
 4789         return getDotLoc().isInvalid()? getFieldLoc() : getDotLoc();
 4789         return getDotLoc().isInvalid()? getFieldLoc() : getDotLoc();
tools/clang/lib/AST/ASTImporter.cpp
  878     ExpectedSLoc ToDotLocOrErr = import(D.getDotLoc());
tools/clang/lib/AST/StmtPrinter.cpp
 1527       if (D.getDotLoc().isInvalid()) {
tools/clang/lib/Sema/SemaInit.cpp
 2267                                     DIE->getDesignator(DesigIdx)->getDotLoc(),
 2484       SourceLocation Loc = D->getDotLoc();
tools/clang/lib/Sema/TreeTransform.h
10007                                                D.getDotLoc(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  895       Record.AddSourceLocation(D.getDotLoc());