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

References

tools/clang/include/clang/AST/ExprCXX.h
 1496   SourceLocation getLocation() const { return CXXConstructExprBits.Loc; }
 1497   void setLocation(SourceLocation Loc) { CXXConstructExprBits.Loc = Loc; }
tools/clang/lib/AST/ExprCXX.cpp
 1111   CXXConstructExprBits.Loc = Loc;
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1462   E->CXXConstructExprBits.Loc = ReadSourceLocation();